Html Css Color HEX #726431 Himalaya

📋 copy color: '#726431'

red 114 ◦ green 100 ◦ blue 49

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

Shades of Himalaya #726431

Tints of Himalaya #726431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

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

R = 43.35%
G = 38.02%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#726431 (or 0x726431) is known color: Himalaya. HEX triplet: 72, 64 and 31. RGB value is (114,100,49). Sum of RGB (Red+Green+Blue) = 114+100+49=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #726431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726431 is #8D9BCE. Grayscale: #626262. Windows color (decimal): -9280463 or 3236978. OLE color: 3236978.

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

Color convert

RGB 114 100 49 -
CMYK 0 0.12 0.57 0.55
HSL 47.08º 0.4% 0.32% -
HSV(B) 47.08º 0.57% 0.45% -
XYZ 12.05 12.91 4.76 -
YUV 98.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 114 100 49 0 0.12 0.57 0.55 47.08 0.4 0.32
Hex 72 64 31 0 C 39 37 2F 28 20
Octal 162 144 61 0 14 71 67 57 50 40
Binary 1110010 1100100 110001 0 1100 111001 110111 101111 101000 100000

Color Harmonies of #726431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726431

Black with #726431

Text Example


Text Example

White with #726431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726431; }

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

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

background-color css

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

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

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

border-color css

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

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

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