Html Css Color HEX #736132 Himalaya

📋 copy color: '#736132'

red 115 ◦ green 97 ◦ blue 50

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

Shades of Himalaya #736132

Tints of Himalaya #736132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 43.89%
G = 37.02%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#736132 (or 0x736132) is known color: Himalaya. HEX triplet: 73, 61 and 32. RGB value is (115,97,50). Sum of RGB (Red+Green+Blue) = 115+97+50=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #736132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736132 is #8C9ECD. Grayscale: #616161. Windows color (decimal): -9215694 or 3301747. OLE color: 3301747.

HSL color Cylindrical-coordinate representation of color #736132: hue angle of 43.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #736132 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 50 -
CMYK 0 0.16 0.57 0.55
HSL 43.38º 0.39% 0.32% -
HSV(B) 43.38º 0.57% 0.45% -
XYZ 11.92 12.42 4.79 -
YUV 97.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 115 97 50 0 0.16 0.57 0.55 43.38 0.39 0.32
Hex 73 61 32 0 10 39 37 2B 27 20
Octal 163 141 62 0 20 71 67 53 47 40
Binary 1110011 1100001 110010 0 10000 111001 110111 101011 100111 100000

Color Harmonies of #736132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736132

Black with #736132

Text Example


Text Example

White with #736132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736132; }

 p { color: rgb(115,97,50); }

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

background-color css

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

 a { background-color: rgb(115,97,50); }

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

border-color css

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

 span { border-color: rgb(115,97,50); }

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