Html Css Color HEX #564532 Deep Bronze

📋 copy color: '#564532'

red 86 ◦ green 69 ◦ blue 50

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

Shades of Deep Bronze #564532

Tints of Deep Bronze #564532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 41.95%
G = 33.66%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#564532 (or 0x564532) is known color: Deep Bronze. HEX triplet: 56, 45 and 32. RGB value is (86,69,50). Sum of RGB (Red+Green+Blue) = 86+69+50=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564532 is #A9BACD. Grayscale: #484848. Windows color (decimal): -11123406 or 3294550. OLE color: 3294550.

HSL color Cylindrical-coordinate representation of color #564532: hue angle of 31.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564532 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 50 -
CMYK 0 0.20 0.42 0.66
HSL 31.67º 0.26% 0.27% -
HSV(B) 31.67º 0.42% 0.34% -
XYZ 6.54 6.46 3.92 -
YUV 71.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 86 69 50 0 0.20 0.42 0.66 31.67 0.26 0.27
Hex 56 45 32 0 14 2A 42 20 1A 1B
Octal 126 105 62 0 24 52 102 40 32 33
Binary 1010110 1000101 110010 0 10100 101010 1000010 100000 11010 11011

Color Harmonies of #564532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564532

Black with #564532

Text Example


Text Example

White with #564532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564532; }

 p { color: rgb(86,69,50); }

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

background-color css

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

 a { background-color: rgb(86,69,50); }

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

border-color css

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

 span { border-color: rgb(86,69,50); }

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