#735E2E

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

Shades of Himalaya #735E2E

Tints of Himalaya #735E2E

Color information

#735E2E (or 0x735E2E) is unknown color: approx Himalaya. HEX triplet: 73, 5E and 2E. RGB value is (115,94,46). Sum of RGB (Red+Green+Blue) = 115+94+46=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #735E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E2E is #8CA1D1. Grayscale: #5F5F5F. Windows color (decimal): -9216466 or 3038835. OLE color: 3038835.

HSL color Cylindrical-coordinate representation of color #735E2E: hue angle of 41.74º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #735E2E is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1159446-
CMYK00.180.60.55
HSL41.74º42.86%31.57%-
HSV(B)41.74º60%45.1%-
XYZ11.5711.854.26-
YUV94.81100.46142.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=45.10%
G=36.86%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115944600.180.60.5541.7442.8631.57
Hex735E2E0123C372a2b20
Octal163136560227467525340
Binary11100111011110101110010010111100110111101010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735E2E; }

 p { color: rgb(115,94,46); }

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

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

 a { background-color: rgb(115,94,46); }

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

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

 span { border-color: rgb(115,94,46); }

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