Html Css Color HEX #726132 Himalaya

📋 copy color: '#726132'

red 114 ◦ green 97 ◦ blue 50

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

Shades of Himalaya #726132

Tints of Himalaya #726132

RGB

 RED value IS 114 (44.92% from 255) = 43.68%

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

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

R = 43.68%
G = 37.16%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#726132 (or 0x726132) is known color: Himalaya. HEX triplet: 72, 61 and 32. RGB value is (114,97,50). Sum of RGB (Red+Green+Blue) = 114+97+50=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #726132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726132 is #8D9ECD. Grayscale: #606060. Windows color (decimal): -9281230 or 3301746. OLE color: 3301746.

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

Color convert

RGB 114 97 50 -
CMYK 0 0.15 0.56 0.55
HSL 44.06º 0.39% 0.32% -
HSV(B) 44.06º 0.56% 0.45% -
XYZ 11.79 12.36 4.78 -
YUV 96.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 114 97 50 0 0.15 0.56 0.55 44.06 0.39 0.32
Hex 72 61 32 0 F 38 37 2C 27 20
Octal 162 141 62 0 17 70 67 54 47 40
Binary 1110010 1100001 110010 0 1111 111000 110111 101100 100111 100000

Color Harmonies of #726132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726132

Black with #726132

Text Example


Text Example

White with #726132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726132; }

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

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

background-color css

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

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

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

border-color css

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

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

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