Html Css Color HEX #564020 Deep Bronze

📋 copy color: '#564020'

red 86 ◦ green 64 ◦ blue 32

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

Shades of Deep Bronze #564020

Tints of Deep Bronze #564020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 47.25%
G = 35.16%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#564020 (or 0x564020) is known color: Deep Bronze. HEX triplet: 56, 40 and 20. RGB value is (86,64,32). Sum of RGB (Red+Green+Blue) = 86+64+32=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564020 is #A9BFDF. Grayscale: #434343. Windows color (decimal): -11124704 or 2113622. OLE color: 2113622.

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

Color convert

RGB 86 64 32 -
CMYK 0 0.26 0.63 0.66
HSL 35.56º 0.46% 0.23% -
HSV(B) 35.56º 0.63% 0.34% -
XYZ 5.93 5.75 2.16 -
YUV 66.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 86 64 32 0 0.26 0.63 0.66 35.56 0.46 0.23
Hex 56 40 20 0 1A 3F 42 24 2E 17
Octal 126 100 40 0 32 77 102 44 56 27
Binary 1010110 1000000 100000 0 11010 111111 1000010 100100 101110 10111

Color Harmonies of #564020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564020

Black with #564020

Text Example


Text Example

White with #564020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564020; }

 p { color: rgb(86,64,32); }

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

background-color css

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

 a { background-color: rgb(86,64,32); }

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

border-color css

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

 span { border-color: rgb(86,64,32); }

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