Html Css Color HEX #565011 Bronze Olive

📋 copy color: '#565011'

red 86 ◦ green 80 ◦ blue 17

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

Shades of Bronze Olive #565011

Tints of Bronze Olive #565011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 46.99%
G = 43.72%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#565011 (or 0x565011) is known color: Bronze Olive. HEX triplet: 56, 50 and 11. RGB value is (86,80,17). Sum of RGB (Red+Green+Blue) = 86+80+17=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #565011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565011 is #A9AFEE. Grayscale: #4A4A4A. Windows color (decimal): -11120623 or 1134678. OLE color: 1134678.

HSL color Cylindrical-coordinate representation of color #565011: hue angle of 54.78º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565011 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 17 -
CMYK 0 0.07 0.80 0.66
HSL 54.78º 0.67% 0.2% -
HSV(B) 54.78º 0.8% 0.34% -
XYZ 6.81 7.76 1.67 -
YUV 74.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 86 80 17 0 0.07 0.80 0.66 54.78 0.67 0.2
Hex 56 50 11 0 7 50 42 37 43 14
Octal 126 120 21 0 7 120 102 67 103 24
Binary 1010110 1010000 10001 0 111 1010000 1000010 110111 1000011 10100

Color Harmonies of #565011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565011

Black with #565011

Text Example


Text Example

White with #565011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565011; }

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

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

background-color css

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

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

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

border-color css

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

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

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