Html Css Color HEX #716228 Himalaya

📋 copy color: '#716228'

red 113 ◦ green 98 ◦ blue 40

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

Shades of Himalaya #716228

Tints of Himalaya #716228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 45.02%
G = 39.04%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716228 (or 0x716228) is known color: Himalaya. HEX triplet: 71, 62 and 28. RGB value is (113,98,40). Sum of RGB (Red+Green+Blue) = 113+98+40=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716228 is #8E9DD7. Grayscale: #606060. Windows color (decimal): -9346520 or 2646641. OLE color: 2646641.

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

Color convert

RGB 113 98 40 -
CMYK 0 0.13 0.65 0.56
HSL 47.67º 0.48% 0.3% -
HSV(B) 47.67º 0.65% 0.44% -
XYZ 11.56 12.4 3.79 -
YUV 95.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 113 98 40 0 0.13 0.65 0.56 47.67 0.48 0.3
Hex 71 62 28 0 D 41 38 30 30 1E
Octal 161 142 50 0 15 101 70 60 60 36
Binary 1110001 1100010 101000 0 1101 1000001 111000 110000 110000 11110

Color Harmonies of #716228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716228

Black with #716228

Text Example


Text Example

White with #716228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716228; }

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

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

background-color css

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

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

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

border-color css

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

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

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