Html Css Color HEX #564C18 Bronze Olive

📋 copy color: '#564C18'

red 86 ◦ green 76 ◦ blue 24

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

Shades of Bronze Olive #564C18

Tints of Bronze Olive #564C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 46.24%
G = 40.86%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#564C18 (or 0x564C18) is known color: Bronze Olive. HEX triplet: 56, 4C and 18. RGB value is (86,76,24). Sum of RGB (Red+Green+Blue) = 86+76+24=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #564C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C18 is #A9B3E7. Grayscale: #494949. Windows color (decimal): -11121640 or 1592406. OLE color: 1592406.

HSL color Cylindrical-coordinate representation of color #564C18: hue angle of 50.32º 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 #564C18 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 24 -
CMYK 0 0.12 0.72 0.66
HSL 50.32º 0.56% 0.22% -
HSV(B) 50.32º 0.72% 0.34% -
XYZ 6.59 7.21 1.91 -
YUV 73.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 86 76 24 0 0.12 0.72 0.66 50.32 0.56 0.22
Hex 56 4C 18 0 C 48 42 32 38 16
Octal 126 114 30 0 14 110 102 62 70 26
Binary 1010110 1001100 11000 0 1100 1001000 1000010 110010 111000 10110

Color Harmonies of #564C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C18

Black with #564C18

Text Example


Text Example

White with #564C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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