Html Css Color HEX #564529 Deep Bronze

📋 copy color: '#564529'

red 86 ◦ green 69 ◦ blue 41

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

Shades of Deep Bronze #564529

Tints of Deep Bronze #564529

RGB

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

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

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

R = 43.88%
G = 35.2%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#564529 (or 0x564529) is known color: Deep Bronze. HEX triplet: 56, 45 and 29. RGB value is (86,69,41). Sum of RGB (Red+Green+Blue) = 86+69+41=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #564529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564529 is #A9BAD6. Grayscale: #474747. Windows color (decimal): -11123415 or 2704726. OLE color: 2704726.

HSL color Cylindrical-coordinate representation of color #564529: hue angle of 37.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 #564529 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 41 -
CMYK 0 0.20 0.52 0.66
HSL 37.33º 0.35% 0.25% -
HSV(B) 37.33º 0.52% 0.34% -
XYZ 6.37 6.39 3 -
YUV 70.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 86 69 41 0 0.20 0.52 0.66 37.33 0.35 0.25
Hex 56 45 29 0 14 34 42 25 23 19
Octal 126 105 51 0 24 64 102 45 43 31
Binary 1010110 1000101 101001 0 10100 110100 1000010 100101 100011 11001

Color Harmonies of #564529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564529

Black with #564529

Text Example


Text Example

White with #564529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564529; }

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

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

background-color css

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

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

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

border-color css

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

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

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