Html Css Color HEX #726236 Himalaya

📋 copy color: '#726236'

red 114 ◦ green 98 ◦ blue 54

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

Shades of Himalaya #726236

Tints of Himalaya #726236

RGB

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

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

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

R = 42.86%
G = 36.84%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#726236 (or 0x726236) is known color: Himalaya. HEX triplet: 72, 62 and 36. RGB value is (114,98,54). Sum of RGB (Red+Green+Blue) = 114+98+54=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726236 is #8D9DC9. Grayscale: #616161. Windows color (decimal): -9280970 or 3564146. OLE color: 3564146.

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

Color convert

RGB 114 98 54 -
CMYK 0 0.14 0.53 0.55
HSL 44º 0.36% 0.33% -
HSV(B) 44º 0.53% 0.45% -
XYZ 11.97 12.58 5.29 -
YUV 97.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 114 98 54 0 0.14 0.53 0.55 44 0.36 0.33
Hex 72 62 36 0 E 35 37 2C 24 21
Octal 162 142 66 0 16 65 67 54 44 41
Binary 1110010 1100010 110110 0 1110 110101 110111 101100 100100 100001

Color Harmonies of #726236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726236

Black with #726236

Text Example


Text Example

White with #726236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726236; }

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

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

background-color css

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

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

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

border-color css

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

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

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