Html Css Color HEX #565008 Bronze Olive

📋 copy color: '#565008'

red 86 ◦ green 80 ◦ blue 8

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

Shades of Bronze Olive #565008

Tints of Bronze Olive #565008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 49.43%
G = 45.98%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#565008 (or 0x565008) is known color: Bronze Olive. HEX triplet: 56, 50 and 08. RGB value is (86,80,8). Sum of RGB (Red+Green+Blue) = 86+80+8=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #565008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565008 is #A9AFF7. Grayscale: #494949. Windows color (decimal): -11120632 or 544854. OLE color: 544854.

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

Color convert

RGB 86 80 8 -
CMYK 0 0.07 0.91 0.66
HSL 55.38º 0.83% 0.18% -
HSV(B) 55.38º 0.91% 0.34% -
XYZ 6.75 7.73 1.37 -
YUV 73.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 86 80 8 0 0.07 0.91 0.66 55.38 0.83 0.18
Hex 56 50 8 0 7 5B 42 37 53 12
Octal 126 120 10 0 7 133 102 67 123 22
Binary 1010110 1010000 1000 0 111 1011011 1000010 110111 1010011 10010

Color Harmonies of #565008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565008

Black with #565008

Text Example


Text Example

White with #565008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565008; }

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

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

background-color css

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

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

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

border-color css

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

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

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