Html Css Color HEX #736220 Himalaya

📋 copy color: '#736220'

red 115 ◦ green 98 ◦ blue 32

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

Shades of Himalaya #736220

Tints of Himalaya #736220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 46.94%
G = 40%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736220 (or 0x736220) is known color: Himalaya. HEX triplet: 73, 62 and 20. RGB value is (115,98,32). Sum of RGB (Red+Green+Blue) = 115+98+32=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #736220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736220 is #8C9DDF. Grayscale: #5F5F5F. Windows color (decimal): -9215456 or 2122355. OLE color: 2122355.

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

Color convert

RGB 115 98 32 -
CMYK 0 0.15 0.72 0.55
HSL 47.71º 0.56% 0.29% -
HSV(B) 47.71º 0.72% 0.45% -
XYZ 11.7 12.48 3.16 -
YUV 95.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 115 98 32 0 0.15 0.72 0.55 47.71 0.56 0.29
Hex 73 62 20 0 F 48 37 30 38 1D
Octal 163 142 40 0 17 110 67 60 70 35
Binary 1110011 1100010 100000 0 1111 1001000 110111 110000 111000 11101

Color Harmonies of #736220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736220

Black with #736220

Text Example


Text Example

White with #736220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736220; }

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

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

background-color css

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

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

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

border-color css

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

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

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