#816833

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

Shades of Himalaya #816833

Tints of Himalaya #816833

Color information

#816833 (or 0x816833) is unknown color: approx Himalaya. HEX triplet: 81, 68 and 33. RGB value is (129,104,51). Sum of RGB (Red+Green+Blue) = 129+104+51=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #816833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816833 is #7E97CC. Grayscale: #696969. Windows color (decimal): -8296397 or 3369089. OLE color: 3369089.

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

Color convert

RGB12910451-
CMYK00.190.600.49
HSL40.77º43.33%35.29%-
HSV(B)40.77º60.47%50.59%-
XYZ14.614.815.22-
YUV105.4397.28144.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=45.42%
G=36.62%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291045100.190.600.4940.7743.3335.29
Hex8168330133C31292b23
Octal201150630237461515343
Binary100000011101000110011010011111100110001101001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816833; }

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

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

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

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

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

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

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

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