Html Css Color HEX #564229 Deep Bronze

📋 copy color: '#564229'

red 86 ◦ green 66 ◦ blue 41

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

Shades of Deep Bronze #564229

Tints of Deep Bronze #564229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 44.56%
G = 34.2%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#564229 (or 0x564229) is known color: Deep Bronze. HEX triplet: 56, 42 and 29. RGB value is (86,66,41). Sum of RGB (Red+Green+Blue) = 86+66+41=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564229 is #A9BDD6. Grayscale: #454545. Windows color (decimal): -11124183 or 2703958. OLE color: 2703958.

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

Color convert

RGB 86 66 41 -
CMYK 0 0.23 0.52 0.66
HSL 33.33º 0.35% 0.25% -
HSV(B) 33.33º 0.52% 0.34% -
XYZ 6.19 6.03 2.94 -
YUV 69.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 86 66 41 0 0.23 0.52 0.66 33.33 0.35 0.25
Hex 56 42 29 0 17 34 42 21 23 19
Octal 126 102 51 0 27 64 102 41 43 31
Binary 1010110 1000010 101001 0 10111 110100 1000010 100001 100011 11001

Color Harmonies of #564229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564229

Black with #564229

Text Example


Text Example

White with #564229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564229; }

 p { color: rgb(86,66,41); }

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

background-color css

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

 a { background-color: rgb(86,66,41); }

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

border-color css

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

 span { border-color: rgb(86,66,41); }

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