Html Css Color HEX #716226 Himalaya

📋 copy color: '#716226'

red 113 ◦ green 98 ◦ blue 38

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

Shades of Himalaya #716226

Tints of Himalaya #716226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 45.38%
G = 39.36%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716226 (or 0x716226) is known color: Himalaya. HEX triplet: 71, 62 and 26. RGB value is (113,98,38). Sum of RGB (Red+Green+Blue) = 113+98+38=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716226 is #8E9DD9. Grayscale: #5F5F5F. Windows color (decimal): -9346522 or 2515569. OLE color: 2515569.

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

Color convert

RGB 113 98 38 -
CMYK 0 0.13 0.66 0.56
HSL 48º 0.5% 0.3% -
HSV(B) 48º 0.66% 0.44% -
XYZ 11.53 12.39 3.62 -
YUV 95.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 113 98 38 0 0.13 0.66 0.56 48 0.5 0.3
Hex 71 62 26 0 D 42 38 30 32 1E
Octal 161 142 46 0 15 102 70 60 62 36
Binary 1110001 1100010 100110 0 1101 1000010 111000 110000 110010 11110

Color Harmonies of #716226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716226

Black with #716226

Text Example


Text Example

White with #716226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716226; }

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

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

background-color css

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

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

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

border-color css

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

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

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