Html Css Color HEX #736720 Olivetone

📋 copy color: '#736720'

red 115 ◦ green 103 ◦ blue 32

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

Shades of Olivetone #736720

Tints of Olivetone #736720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.2%

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

R = 46%
G = 41.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736720 (or 0x736720) is known color: Olivetone. HEX triplet: 73, 67 and 20. RGB value is (115,103,32). Sum of RGB (Red+Green+Blue) = 115+103+32=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #736720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736720 is #8C98DF. Grayscale: #626262. Windows color (decimal): -9214176 or 2123635. OLE color: 2123635.

HSL color Cylindrical-coordinate representation of color #736720: hue angle of 51.33º 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 #736720 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 32 -
CMYK 0 0.10 0.72 0.55
HSL 51.33º 0.56% 0.29% -
HSV(B) 51.33º 0.72% 0.45% -
XYZ 12.18 13.45 3.32 -
YUV 98.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 115 103 32 0 0.10 0.72 0.55 51.33 0.56 0.29
Hex 73 67 20 0 A 48 37 33 38 1D
Octal 163 147 40 0 12 110 67 63 70 35
Binary 1110011 1100111 100000 0 1010 1001000 110111 110011 111000 11101

Color Harmonies of #736720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736720

Black with #736720

Text Example


Text Example

White with #736720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736720; }

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

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

background-color css

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

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

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

border-color css

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

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

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