Html Css Color HEX #726831 Himalaya

📋 copy color: '#726831'

red 114 ◦ green 104 ◦ blue 49

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

Shades of Himalaya #726831

Tints of Himalaya #726831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 42.7%
G = 38.95%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#726831 (or 0x726831) is known color: Himalaya. HEX triplet: 72, 68 and 31. RGB value is (114,104,49). Sum of RGB (Red+Green+Blue) = 114+104+49=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726831 is #8D97CE. Grayscale: #646464. Windows color (decimal): -9279439 or 3238002. OLE color: 3238002.

HSL color Cylindrical-coordinate representation of color #726831: hue angle of 50.77º degrees, saturation: 0.4, 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 #726831 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 49 -
CMYK 0 0.09 0.57 0.55
HSL 50.77º 0.4% 0.32% -
HSV(B) 50.77º 0.57% 0.45% -
XYZ 12.44 13.7 4.89 -
YUV 100.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 114 104 49 0 0.09 0.57 0.55 50.77 0.4 0.32
Hex 72 68 31 0 9 39 37 33 28 20
Octal 162 150 61 0 11 71 67 63 50 40
Binary 1110010 1101000 110001 0 1001 111001 110111 110011 101000 100000

Color Harmonies of #726831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726831

Black with #726831

Text Example


Text Example

White with #726831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726831; }

 p { color: rgb(114,104,49); }

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

background-color css

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

 a { background-color: rgb(114,104,49); }

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

border-color css

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

 span { border-color: rgb(114,104,49); }

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