#71612A

Color #71612A Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #71612A

Tints of Himalaya #71612A

Color information

#71612A (or 0x71612A) is unknown color: approx Himalaya. HEX triplet: 71, 61 and 2A. RGB value is (113,97,42). Sum of RGB (Red+Green+Blue) = 113+97+42=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71612A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71612A is #8E9ED5. Grayscale: #5F5F5F. Windows color (decimal): -9346774 or 2777457. OLE color: 2777457.

HSL color Cylindrical-coordinate representation of color #71612A: hue angle of 46.48º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71612A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1139742-
CMYK00.140.630.56
HSL46.48º45.81%30.39%-
HSV(B)46.48º62.83%44.31%-
XYZ11.512.233.94-
YUV95.5197.8140.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=44.84%
G=38.49%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113974200.140.630.5646.4845.8130.39
Hex71612A0E3F382e2e1e
Octal161141520167770565636
Binary111000111000011010100111011111111100010111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71612A; }

 p { color: rgb(113,97,42); }

 H1.HeaderClassName
 {
   color: #71612A;
 }
 .AnyTagClassName
 {
   color: #71612A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,97,42); }

 div.DivClassName
 {
   background-color: #71612A;
 }
 .BgClassName
 {
   background-color: #71612A;
 }
</style>
border-color css

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

 span { border-color: rgb(113,97,42); }

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