Html Css Color HEX #726332 Himalaya

📋 copy color: '#726332'

red 114 ◦ green 99 ◦ blue 50

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

Shades of Himalaya #726332

Tints of Himalaya #726332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 43.35%
G = 37.64%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#726332 (or 0x726332) is known color: Himalaya. HEX triplet: 72, 63 and 32. RGB value is (114,99,50). Sum of RGB (Red+Green+Blue) = 114+99+50=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #726332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726332 is #8D9CCD. Grayscale: #626262. Windows color (decimal): -9280718 or 3302258. OLE color: 3302258.

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

Color convert

RGB 114 99 50 -
CMYK 0 0.13 0.56 0.55
HSL 45.94º 0.39% 0.32% -
HSV(B) 45.94º 0.56% 0.45% -
XYZ 11.98 12.73 4.84 -
YUV 97.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 114 99 50 0 0.13 0.56 0.55 45.94 0.39 0.32
Hex 72 63 32 0 D 38 37 2E 27 20
Octal 162 143 62 0 15 70 67 56 47 40
Binary 1110010 1100011 110010 0 1101 111000 110111 101110 100111 100000

Color Harmonies of #726332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726332

Black with #726332

Text Example


Text Example

White with #726332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726332; }

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

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

background-color css

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

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

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

border-color css

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

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

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