Html Css Color HEX #837308 Olive

📋 copy color: '#837308'

red 131 ◦ green 115 ◦ blue 8

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

Shades of Olive #837308

Tints of Olive #837308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 51.57%
G = 45.28%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#837308 (or 0x837308) is known color: Olive. HEX triplet: 83, 73 and 08. RGB value is (131,115,8). Sum of RGB (Red+Green+Blue) = 131+115+8=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #837308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837308 is #7C8CF7. Grayscale: #6C6C6C. Windows color (decimal): -8162552 or 553859. OLE color: 553859.

HSL color Cylindrical-coordinate representation of color #837308: hue angle of 52.2º 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 #837308 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 8 -
CMYK 0 0.12 0.94 0.49
HSL 52.2º 0.88% 0.27% -
HSV(B) 52.2º 0.94% 0.51% -
XYZ 15.53 17.1 2.71 -
YUV 107.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 131 115 8 0 0.12 0.94 0.49 52.2 0.88 0.27
Hex 83 73 8 0 C 5E 31 34 58 1B
Octal 203 163 10 0 14 136 61 64 130 33
Binary 10000011 1110011 1000 0 1100 1011110 110001 110100 1011000 11011

Color Harmonies of #837308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837308

Black with #837308

Text Example


Text Example

White with #837308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837308; }

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

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

background-color css

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

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

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

border-color css

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

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

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