Html Css Color HEX #564E28 Bronze Olive

📋 copy color: '#564E28'

red 86 ◦ green 78 ◦ blue 40

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

Shades of Bronze Olive #564E28

Tints of Bronze Olive #564E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.24%

 BLUE value IS 40 (16.02% from 255) = 19.61%

R = 42.16%
G = 38.24%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#564E28 (or 0x564E28) is known color: Bronze Olive. HEX triplet: 56, 4E and 28. RGB value is (86,78,40). Sum of RGB (Red+Green+Blue) = 86+78+40=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E28 is #A9B1D7. Grayscale: #4C4C4C. Windows color (decimal): -11121112 or 2641494. OLE color: 2641494.

HSL color Cylindrical-coordinate representation of color #564E28: hue angle of 49.57º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564E28 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 78 40 -
CMYK 0 0.09 0.53 0.66
HSL 49.57º 0.37% 0.25% -
HSV(B) 49.57º 0.53% 0.34% -
XYZ 6.95 7.58 3.1 -
YUV 76.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 86 78 40 0 0.09 0.53 0.66 49.57 0.37 0.25
Hex 56 4E 28 0 9 35 42 32 25 19
Octal 126 116 50 0 11 65 102 62 45 31
Binary 1010110 1001110 101000 0 1001 110101 1000010 110010 100101 11001

Color Harmonies of #564E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E28

Black with #564E28

Text Example


Text Example

White with #564E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564E28; }

 p { color: rgb(86,78,40); }

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

background-color css

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

 a { background-color: rgb(86,78,40); }

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

border-color css

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

 span { border-color: rgb(86,78,40); }

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