Html Css Color HEX #564227 Deep Bronze

📋 copy color: '#564227'

red 86 ◦ green 66 ◦ blue 39

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

Shades of Deep Bronze #564227

Tints of Deep Bronze #564227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 45.03%
G = 34.55%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#564227 (or 0x564227) is known color: Deep Bronze. HEX triplet: 56, 42 and 27. RGB value is (86,66,39). Sum of RGB (Red+Green+Blue) = 86+66+39=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564227 is #A9BDD8. Grayscale: #454545. Windows color (decimal): -11124185 or 2572886. OLE color: 2572886.

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

Color convert

RGB 86 66 39 -
CMYK 0 0.23 0.55 0.66
HSL 34.47º 0.38% 0.25% -
HSV(B) 34.47º 0.55% 0.34% -
XYZ 6.15 6.02 2.76 -
YUV 68.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 86 66 39 0 0.23 0.55 0.66 34.47 0.38 0.25
Hex 56 42 27 0 17 37 42 22 26 19
Octal 126 102 47 0 27 67 102 42 46 31
Binary 1010110 1000010 100111 0 10111 110111 1000010 100010 100110 11001

Color Harmonies of #564227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564227

Black with #564227

Text Example


Text Example

White with #564227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564227; }

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

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

background-color css

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

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

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

border-color css

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

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

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