Html Css Color HEX #837508 Olive

📋 copy color: '#837508'

red 131 ◦ green 117 ◦ blue 8

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

Shades of Olive #837508

Tints of Olive #837508

RGB

 RED value IS 131 (51.56% from 255) = 51.17%

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 51.17%
G = 45.7%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#837508 (or 0x837508) is known color: Olive. HEX triplet: 83, 75 and 08. RGB value is (131,117,8). Sum of RGB (Red+Green+Blue) = 131+117+8=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #837508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837508 is #7C8AF7. Grayscale: #6D6D6D. Windows color (decimal): -8162040 or 554371. OLE color: 554371.

HSL color Cylindrical-coordinate representation of color #837508: hue angle of 53.17º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #837508 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 8 -
CMYK 0 0.11 0.94 0.49
HSL 53.17º 0.88% 0.27% -
HSV(B) 53.17º 0.94% 0.51% -
XYZ 15.77 17.57 2.79 -
YUV 108.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 131 117 8 0 0.11 0.94 0.49 53.17 0.88 0.27
Hex 83 75 8 0 B 5E 31 35 58 1B
Octal 203 165 10 0 13 136 61 65 130 33
Binary 10000011 1110101 1000 0 1011 1011110 110001 110101 1011000 11011

Color Harmonies of #837508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837508

Black with #837508

Text Example


Text Example

White with #837508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837508; }

 p { color: rgb(131,117,8); }

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

background-color css

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

 a { background-color: rgb(131,117,8); }

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

border-color css

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

 span { border-color: rgb(131,117,8); }

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