Html Css Color HEX #726424 Himalaya

📋 copy color: '#726424'

red 114 ◦ green 100 ◦ blue 36

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

Shades of Himalaya #726424

Tints of Himalaya #726424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 45.6%
G = 40%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#726424 (or 0x726424) is known color: Himalaya. HEX triplet: 72, 64 and 24. RGB value is (114,100,36). Sum of RGB (Red+Green+Blue) = 114+100+36=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726424 is #8D9BDB. Grayscale: #616161. Windows color (decimal): -9280476 or 2385010. OLE color: 2385010.

HSL color Cylindrical-coordinate representation of color #726424: hue angle of 49.23º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #726424 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 36 -
CMYK 0 0.12 0.68 0.55
HSL 49.23º 0.52% 0.29% -
HSV(B) 49.23º 0.68% 0.45% -
XYZ 11.82 12.82 3.52 -
YUV 96.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 114 100 36 0 0.12 0.68 0.55 49.23 0.52 0.29
Hex 72 64 24 0 C 44 37 31 34 1D
Octal 162 144 44 0 14 104 67 61 64 35
Binary 1110010 1100100 100100 0 1100 1000100 110111 110001 110100 11101

Color Harmonies of #726424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726424

Black with #726424

Text Example


Text Example

White with #726424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726424; }

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

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

background-color css

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

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

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

border-color css

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

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

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