Html Css Color HEX #837305 Olive

📋 copy color: '#837305'

red 131 ◦ green 115 ◦ blue 5

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

Shades of Olive #837305

Tints of Olive #837305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 52.19%
G = 45.82%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#837305 (or 0x837305) is known color: Olive. HEX triplet: 83, 73 and 05. RGB value is (131,115,5). Sum of RGB (Red+Green+Blue) = 131+115+5=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837305 is #7C8CFA. Grayscale: #6B6B6B. Windows color (decimal): -8162555 or 357251. OLE color: 357251.

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

Color convert

RGB 131 115 5 -
CMYK 0 0.12 0.96 0.49
HSL 52.38º 0.93% 0.27% -
HSV(B) 52.38º 0.96% 0.51% -
XYZ 15.52 17.1 2.63 -
YUV 107.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 131 115 5 0 0.12 0.96 0.49 52.38 0.93 0.27
Hex 83 73 5 0 C 60 31 34 5D 1B
Octal 203 163 5 0 14 140 61 64 135 33
Binary 10000011 1110011 101 0 1100 1100000 110001 110100 1011101 11011

Color Harmonies of #837305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837305

Black with #837305

Text Example


Text Example

White with #837305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837305; }

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

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

background-color css

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

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

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

border-color css

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

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

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