Html Css Color HEX #565012 Bronze Olive

📋 copy color: '#565012'

red 86 ◦ green 80 ◦ blue 18

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

Shades of Bronze Olive #565012

Tints of Bronze Olive #565012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.48%

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

R = 46.74%
G = 43.48%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#565012 (or 0x565012) is known color: Bronze Olive. HEX triplet: 56, 50 and 12. RGB value is (86,80,18). Sum of RGB (Red+Green+Blue) = 86+80+18=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #565012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565012 is #A9AFED. Grayscale: #4A4A4A. Windows color (decimal): -11120622 or 1200214. OLE color: 1200214.

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

Color convert

RGB 86 80 18 -
CMYK 0 0.07 0.79 0.66
HSL 54.71º 0.65% 0.2% -
HSV(B) 54.71º 0.79% 0.34% -
XYZ 6.82 7.76 1.71 -
YUV 74.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 86 80 18 0 0.07 0.79 0.66 54.71 0.65 0.2
Hex 56 50 12 0 7 4F 42 37 41 14
Octal 126 120 22 0 7 117 102 67 101 24
Binary 1010110 1010000 10010 0 111 1001111 1000010 110111 1000001 10100

Color Harmonies of #565012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565012

Black with #565012

Text Example


Text Example

White with #565012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565012; }

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

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

background-color css

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

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

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

border-color css

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

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

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