Html Css Color HEX #564027 Deep Bronze

📋 copy color: '#564027'

red 86 ◦ green 64 ◦ blue 39

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

Shades of Deep Bronze #564027

Tints of Deep Bronze #564027

RGB

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

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

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

R = 45.5%
G = 33.86%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#564027 (or 0x564027) is known color: Deep Bronze. HEX triplet: 56, 40 and 27. RGB value is (86,64,39). Sum of RGB (Red+Green+Blue) = 86+64+39=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564027 is #A9BFD8. Grayscale: #434343. Windows color (decimal): -11124697 or 2572374. OLE color: 2572374.

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

Color convert

RGB 86 64 39 -
CMYK 0 0.26 0.55 0.66
HSL 31.91º 0.38% 0.25% -
HSV(B) 31.91º 0.55% 0.34% -
XYZ 6.04 5.79 2.72 -
YUV 67.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 86 64 39 0 0.26 0.55 0.66 31.91 0.38 0.25
Hex 56 40 27 0 1A 37 42 20 26 19
Octal 126 100 47 0 32 67 102 40 46 31
Binary 1010110 1000000 100111 0 11010 110111 1000010 100000 100110 11001

Color Harmonies of #564027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564027

Black with #564027

Text Example


Text Example

White with #564027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564027; }

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

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

background-color css

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

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

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

border-color css

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

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

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