Html Css Color HEX #716428 Himalaya

📋 copy color: '#716428'

red 113 ◦ green 100 ◦ blue 40

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

Shades of Himalaya #716428

Tints of Himalaya #716428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 44.66%
G = 39.53%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716428 (or 0x716428) is known color: Himalaya. HEX triplet: 71, 64 and 28. RGB value is (113,100,40). Sum of RGB (Red+Green+Blue) = 113+100+40=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716428 is #8E9BD7. Grayscale: #616161. Windows color (decimal): -9346008 or 2647153. OLE color: 2647153.

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

Color convert

RGB 113 100 40 -
CMYK 0 0.12 0.65 0.56
HSL 49.32º 0.48% 0.3% -
HSV(B) 49.32º 0.65% 0.44% -
XYZ 11.75 12.78 3.85 -
YUV 97.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 113 100 40 0 0.12 0.65 0.56 49.32 0.48 0.3
Hex 71 64 28 0 C 41 38 31 30 1E
Octal 161 144 50 0 14 101 70 61 60 36
Binary 1110001 1100100 101000 0 1100 1000001 111000 110001 110000 11110

Color Harmonies of #716428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716428

Black with #716428

Text Example


Text Example

White with #716428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716428; }

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

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

background-color css

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

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

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

border-color css

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

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

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