Html Css Color HEX #716424 Himalaya

📋 copy color: '#716424'

red 113 ◦ green 100 ◦ blue 36

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

Shades of Himalaya #716424

Tints of Himalaya #716424

RGB

 RED value IS 113 (44.53% from 255) = 45.38%

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

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

R = 45.38%
G = 40.16%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#716424 (or 0x716424) is known color: Himalaya. HEX triplet: 71, 64 and 24. RGB value is (113,100,36). Sum of RGB (Red+Green+Blue) = 113+100+36=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716424 is #8E9BDB. Grayscale: #606060. Windows color (decimal): -9346012 or 2385009. OLE color: 2385009.

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

Color convert

RGB 113 100 36 -
CMYK 0 0.12 0.68 0.56
HSL 49.87º 0.52% 0.29% -
HSV(B) 49.87º 0.68% 0.44% -
XYZ 11.69 12.75 3.51 -
YUV 96.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 113 100 36 0 0.12 0.68 0.56 49.87 0.52 0.29
Hex 71 64 24 0 C 44 38 32 34 1D
Octal 161 144 44 0 14 104 70 62 64 35
Binary 1110001 1100100 100100 0 1100 1000100 111000 110010 110100 11101

Color Harmonies of #716424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716424

Black with #716424

Text Example


Text Example

White with #716424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716424; }

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

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

background-color css

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

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

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

border-color css

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

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

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