Html Css Color HEX #564E12 Bronze Olive

📋 copy color: '#564E12'

red 86 ◦ green 78 ◦ blue 18

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

Shades of Bronze Olive #564E12

Tints of Bronze Olive #564E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 47.25%
G = 42.86%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564E12 (or 0x564E12) is known color: Bronze Olive. HEX triplet: 56, 4E and 12. RGB value is (86,78,18). Sum of RGB (Red+Green+Blue) = 86+78+18=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E12 is #A9B1ED. Grayscale: #494949. Windows color (decimal): -11121134 or 1199702. OLE color: 1199702.

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

Color convert

RGB 86 78 18 -
CMYK 0 0.09 0.79 0.66
HSL 52.94º 0.65% 0.2% -
HSV(B) 52.94º 0.79% 0.34% -
XYZ 6.67 7.47 1.66 -
YUV 73.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 86 78 18 0 0.09 0.79 0.66 52.94 0.65 0.2
Hex 56 4E 12 0 9 4F 42 35 41 14
Octal 126 116 22 0 11 117 102 65 101 24
Binary 1010110 1001110 10010 0 1001 1001111 1000010 110101 1000001 10100

Color Harmonies of #564E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E12

Black with #564E12

Text Example


Text Example

White with #564E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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