Html Css Color HEX #716028 Himalaya

📋 copy color: '#716028'

red 113 ◦ green 96 ◦ blue 40

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

Shades of Himalaya #716028

Tints of Himalaya #716028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 45.38%
G = 38.55%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716028 (or 0x716028) is known color: Himalaya. HEX triplet: 71, 60 and 28. RGB value is (113,96,40). Sum of RGB (Red+Green+Blue) = 113+96+40=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716028 is #8E9FD7. Grayscale: #5E5E5E. Windows color (decimal): -9347032 or 2646129. OLE color: 2646129.

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

Color convert

RGB 113 96 40 -
CMYK 0 0.15 0.65 0.56
HSL 46.03º 0.48% 0.3% -
HSV(B) 46.03º 0.65% 0.44% -
XYZ 11.38 12.03 3.73 -
YUV 94.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 113 96 40 0 0.15 0.65 0.56 46.03 0.48 0.3
Hex 71 60 28 0 F 41 38 2E 30 1E
Octal 161 140 50 0 17 101 70 56 60 36
Binary 1110001 1100000 101000 0 1111 1000001 111000 101110 110000 11110

Color Harmonies of #716028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716028

Black with #716028

Text Example


Text Example

White with #716028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716028; }

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

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

background-color css

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

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

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

border-color css

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

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

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