#816832

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

Shades of Himalaya #816832

Tints of Himalaya #816832

Color information

#816832 (or 0x816832) is unknown color: approx Himalaya. HEX triplet: 81, 68 and 32. RGB value is (129,104,50). Sum of RGB (Red+Green+Blue) = 129+104+50=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #816832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816832 is #7E97CD. Grayscale: #696969. Windows color (decimal): -8296398 or 3303553. OLE color: 3303553.

HSL color Cylindrical-coordinate representation of color #816832: hue angle of 41.01º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #816832 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB12910450-
CMYK00.190.610.49
HSL41.01º44.13%35.1%-
HSV(B)41.01º61.24%50.59%-
XYZ14.5814.85.11-
YUV105.3296.78144.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=45.58%
G=36.75%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291045000.190.610.4941.0144.1335.1
Hex8168320133D31292c23
Octal201150620237561515443
Binary100000011101000110010010011111101110001101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816832; }

 p { color: rgb(129,104,50); }

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

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

 a { background-color: rgb(129,104,50); }

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

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

 span { border-color: rgb(129,104,50); }

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