Html Css Color HEX #564024 Deep Bronze

📋 copy color: '#564024'

red 86 ◦ green 64 ◦ blue 36

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

Shades of Deep Bronze #564024

Tints of Deep Bronze #564024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 46.24%
G = 34.41%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#564024 (or 0x564024) is known color: Deep Bronze. HEX triplet: 56, 40 and 24. RGB value is (86,64,36). Sum of RGB (Red+Green+Blue) = 86+64+36=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #564024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564024 is #A9BFDB. Grayscale: #434343. Windows color (decimal): -11124700 or 2375766. OLE color: 2375766.

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

Color convert

RGB 86 64 36 -
CMYK 0 0.26 0.58 0.66
HSL 33.6º 0.41% 0.24% -
HSV(B) 33.6º 0.58% 0.34% -
XYZ 5.99 5.77 2.47 -
YUV 67.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 86 64 36 0 0.26 0.58 0.66 33.6 0.41 0.24
Hex 56 40 24 0 1A 3A 42 22 29 18
Octal 126 100 44 0 32 72 102 42 51 30
Binary 1010110 1000000 100100 0 11010 111010 1000010 100010 101001 11000

Color Harmonies of #564024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564024

Black with #564024

Text Example


Text Example

White with #564024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564024; }

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

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

background-color css

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

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

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

border-color css

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

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

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