Html Css Color HEX #564429 Deep Bronze

📋 copy color: '#564429'

red 86 ◦ green 68 ◦ blue 41

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

Shades of Deep Bronze #564429

Tints of Deep Bronze #564429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 44.1%
G = 34.87%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#564429 (or 0x564429) is known color: Deep Bronze. HEX triplet: 56, 44 and 29. RGB value is (86,68,41). Sum of RGB (Red+Green+Blue) = 86+68+41=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564429 is #A9BBD6. Grayscale: #464646. Windows color (decimal): -11123671 or 2704470. OLE color: 2704470.

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

Color convert

RGB 86 68 41 -
CMYK 0 0.21 0.52 0.66
HSL 36º 0.35% 0.25% -
HSV(B) 36º 0.52% 0.34% -
XYZ 6.31 6.27 2.98 -
YUV 70.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 86 68 41 0 0.21 0.52 0.66 36 0.35 0.25
Hex 56 44 29 0 15 34 42 24 23 19
Octal 126 104 51 0 25 64 102 44 43 31
Binary 1010110 1000100 101001 0 10101 110100 1000010 100100 100011 11001

Color Harmonies of #564429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564429

Black with #564429

Text Example


Text Example

White with #564429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564429; }

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

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

background-color css

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

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

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

border-color css

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

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

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