Html Css Color HEX #726136 Himalaya

📋 copy color: '#726136'

red 114 ◦ green 97 ◦ blue 54

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

Shades of Himalaya #726136

Tints of Himalaya #726136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 43.02%
G = 36.6%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#726136 (or 0x726136) is known color: Himalaya. HEX triplet: 72, 61 and 36. RGB value is (114,97,54). Sum of RGB (Red+Green+Blue) = 114+97+54=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #726136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726136 is #8D9EC9. Grayscale: #616161. Windows color (decimal): -9281226 or 3563890. OLE color: 3563890.

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

Color convert

RGB 114 97 54 -
CMYK 0 0.15 0.53 0.55
HSL 43º 0.36% 0.33% -
HSV(B) 43º 0.53% 0.45% -
XYZ 11.88 12.39 5.26 -
YUV 97.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 114 97 54 0 0.15 0.53 0.55 43 0.36 0.33
Hex 72 61 36 0 F 35 37 2B 24 21
Octal 162 141 66 0 17 65 67 53 44 41
Binary 1110010 1100001 110110 0 1111 110101 110111 101011 100100 100001

Color Harmonies of #726136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726136

Black with #726136

Text Example


Text Example

White with #726136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726136; }

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

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

background-color css

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

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

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

border-color css

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

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

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