Html Css Color HEX #564F12 Bronze Olive

📋 copy color: '#564F12'

red 86 ◦ green 79 ◦ blue 18

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

Shades of Bronze Olive #564F12

Tints of Bronze Olive #564F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

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

R = 46.99%
G = 43.17%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564F12 (or 0x564F12) is known color: Bronze Olive. HEX triplet: 56, 4F and 12. RGB value is (86,79,18). Sum of RGB (Red+Green+Blue) = 86+79+18=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #564F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F12 is #A9B0ED. Grayscale: #4A4A4A. Windows color (decimal): -11120878 or 1199958. OLE color: 1199958.

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

Color convert

RGB 86 79 18 -
CMYK 0 0.08 0.79 0.66
HSL 53.82º 0.65% 0.2% -
HSV(B) 53.82º 0.79% 0.34% -
XYZ 6.74 7.61 1.69 -
YUV 74.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 86 79 18 0 0.08 0.79 0.66 53.82 0.65 0.2
Hex 56 4F 12 0 8 4F 42 36 41 14
Octal 126 117 22 0 10 117 102 66 101 24
Binary 1010110 1001111 10010 0 1000 1001111 1000010 110110 1000001 10100

Color Harmonies of #564F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F12

Black with #564F12

Text Example


Text Example

White with #564F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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