Html Css Color HEX #565010 Bronze Olive

📋 copy color: '#565010'

red 86 ◦ green 80 ◦ blue 16

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

Shades of Bronze Olive #565010

Tints of Bronze Olive #565010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 47.25%
G = 43.96%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#565010 (or 0x565010) is known color: Bronze Olive. HEX triplet: 56, 50 and 10. RGB value is (86,80,16). Sum of RGB (Red+Green+Blue) = 86+80+16=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #565010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565010 is #A9AFEF. Grayscale: #4A4A4A. Windows color (decimal): -11120624 or 1069142. OLE color: 1069142.

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

Color convert

RGB 86 80 16 -
CMYK 0 0.07 0.81 0.66
HSL 54.86º 0.69% 0.2% -
HSV(B) 54.86º 0.81% 0.34% -
XYZ 6.8 7.75 1.63 -
YUV 74.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 86 80 16 0 0.07 0.81 0.66 54.86 0.69 0.2
Hex 56 50 10 0 7 51 42 37 45 14
Octal 126 120 20 0 7 121 102 67 105 24
Binary 1010110 1010000 10000 0 111 1010001 1000010 110111 1000101 10100

Color Harmonies of #565010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565010

Black with #565010

Text Example


Text Example

White with #565010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565010; }

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

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

background-color css

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

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

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

border-color css

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

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

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