Html Css Color HEX #56483B Metallic Bronze

📋 copy color: '#56483B'

red 86 ◦ green 72 ◦ blue 59

#56483B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #56483B

Tints of Metallic Bronze #56483B

RGB

 RED value IS 86 (33.98% from 255) = 39.63%

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 39.63%
G = 33.18%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#56483B (or 0x56483B) is known color: Metallic Bronze. HEX triplet: 56, 48 and 3B. RGB value is (86,72,59). Sum of RGB (Red+Green+Blue) = 86+72+59=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #56483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56483B is #A9B7C4. Grayscale: #4A4A4A. Windows color (decimal): -11122629 or 3885142. OLE color: 3885142.

HSL color Cylindrical-coordinate representation of color #56483B: hue angle of 28.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56483B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 59 -
CMYK 0 0.16 0.31 0.66
HSL 28.89º 0.19% 0.28% -
HSV(B) 28.89º 0.31% 0.34% -
XYZ 6.94 6.93 5.11 -
YUV 74.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 86 72 59 0 0.16 0.31 0.66 28.89 0.19 0.28
Hex 56 48 3B 0 10 1F 42 1D 13 1C
Octal 126 110 73 0 20 37 102 35 23 34
Binary 1010110 1001000 111011 0 10000 11111 1000010 11101 10011 11100

Color Harmonies of #56483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56483B

Black with #56483B

Text Example


Text Example

White with #56483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56483B; }

 p { color: rgb(86,72,59); }

 H1.HeaderClassName
 {
   color: #56483B;
 }
 .AnyTagClassName
 {
   color: #56483B;
 }
</style>

background-color css

<style>
 a { background-color: #56483B; }

 a { background-color: rgb(86,72,59); }

 div.DivClassName
 {
   background-color: #56483B;
 }
 .BgClassName
 {
   background-color: #56483B;
 }
</style>

border-color css

<style>
 span { border-color: #56483B; }

 span { border-color: rgb(86,72,59); }

 td.TdClassName
 {
   border-color: #56483B;
 }
 .TagClassName
 {
   border-color: #56483B;
 }
</style>