#71621D

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

Shades of Himalaya #71621D

Tints of Himalaya #71621D

Color information

#71621D (or 0x71621D) is unknown color: approx Himalaya. HEX triplet: 71, 62 and 1D. RGB value is (113,98,29). Sum of RGB (Red+Green+Blue) = 113+98+29=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71621D is #8E9DE2. Grayscale: #5E5E5E. Windows color (decimal): -9346531 or 1925745. OLE color: 1925745.

HSL color Cylindrical-coordinate representation of color #71621D: hue angle of 49.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71621D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1139829-
CMYK00.130.740.56
HSL49.29º59.15%27.84%-
HSV(B)49.29º74.34%44.31%-
XYZ11.412.332.94-
YUV94.6290.97141.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=47.08%
G=40.83%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113982900.130.740.5649.2959.1527.84
Hex71621D0D4A38313b1c
Octal1611423501511270617334
Binary111000111000101110101101100101011100011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71621D; }

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

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

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

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

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

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

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

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