Html Css Color HEX #736520 Olivetone

📋 copy color: '#736520'

red 115 ◦ green 101 ◦ blue 32

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

Shades of Olivetone #736520

Tints of Olivetone #736520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 46.37%
G = 40.73%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736520 (or 0x736520) is known color: Olivetone. HEX triplet: 73, 65 and 20. RGB value is (115,101,32). Sum of RGB (Red+Green+Blue) = 115+101+32=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #736520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736520 is #8C9ADF. Grayscale: #616161. Windows color (decimal): -9214688 or 2123123. OLE color: 2123123.

HSL color Cylindrical-coordinate representation of color #736520: hue angle of 49.88º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #736520 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 101 32 -
CMYK 0 0.12 0.72 0.55
HSL 49.88º 0.56% 0.29% -
HSV(B) 49.88º 0.72% 0.45% -
XYZ 11.98 13.06 3.25 -
YUV 97.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 115 101 32 0 0.12 0.72 0.55 49.88 0.56 0.29
Hex 73 65 20 0 C 48 37 32 38 1D
Octal 163 145 40 0 14 110 67 62 70 35
Binary 1110011 1100101 100000 0 1100 1001000 110111 110010 111000 11101

Color Harmonies of #736520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736520

Black with #736520

Text Example


Text Example

White with #736520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736520; }

 p { color: rgb(115,101,32); }

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

background-color css

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

 a { background-color: rgb(115,101,32); }

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

border-color css

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

 span { border-color: rgb(115,101,32); }

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