Html Css Color HEX #736815 Olivetone

📋 copy color: '#736815'

red 115 ◦ green 104 ◦ blue 21

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

Shades of Olivetone #736815

Tints of Olivetone #736815

RGB

 RED value IS 115 (45.31% from 255) = 47.92%

 GREEN value IS 104 (41.02% from 255) = 43.33%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 47.92%
G = 43.33%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#736815 (or 0x736815) is known color: Olivetone. HEX triplet: 73, 68 and 15. RGB value is (115,104,21). Sum of RGB (Red+Green+Blue) = 115+104+21=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #736815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736815 is #8C97EA. Grayscale: #626262. Windows color (decimal): -9213931 or 1402995. OLE color: 1402995.

HSL color Cylindrical-coordinate representation of color #736815: hue angle of 52.98º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #736815 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 21 -
CMYK 0 0.10 0.82 0.55
HSL 52.98º 0.69% 0.27% -
HSV(B) 52.98º 0.82% 0.45% -
XYZ 12.16 13.6 2.69 -
YUV 97.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 115 104 21 0 0.10 0.82 0.55 52.98 0.69 0.27
Hex 73 68 15 0 A 52 37 35 45 1B
Octal 163 150 25 0 12 122 67 65 105 33
Binary 1110011 1101000 10101 0 1010 1010010 110111 110101 1000101 11011

Color Harmonies of #736815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736815

Black with #736815

Text Example


Text Example

White with #736815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736815; }

 p { color: rgb(115,104,21); }

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

background-color css

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

 a { background-color: rgb(115,104,21); }

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

border-color css

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

 span { border-color: rgb(115,104,21); }

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