Html Css Color HEX #564E18 Bronze Olive

📋 copy color: '#564E18'

red 86 ◦ green 78 ◦ blue 24

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

Shades of Bronze Olive #564E18

Tints of Bronze Olive #564E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 45.74%
G = 41.49%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#564E18 (or 0x564E18) is known color: Bronze Olive. HEX triplet: 56, 4E and 18. RGB value is (86,78,24). Sum of RGB (Red+Green+Blue) = 86+78+24=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #564E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E18 is #A9B1E7. Grayscale: #4A4A4A. Windows color (decimal): -11121128 or 1592918. OLE color: 1592918.

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

Color convert

RGB 86 78 24 -
CMYK 0 0.09 0.72 0.66
HSL 52.26º 0.56% 0.22% -
HSV(B) 52.26º 0.72% 0.34% -
XYZ 6.73 7.49 1.96 -
YUV 74.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 86 78 24 0 0.09 0.72 0.66 52.26 0.56 0.22
Hex 56 4E 18 0 9 48 42 34 38 16
Octal 126 116 30 0 11 110 102 64 70 26
Binary 1010110 1001110 11000 0 1001 1001000 1000010 110100 111000 10110

Color Harmonies of #564E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E18

Black with #564E18

Text Example


Text Example

White with #564E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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