#735F35

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

Shades of Himalaya #735F35

Tints of Himalaya #735F35

Color information

#735F35 (or 0x735F35) is unknown color: approx Himalaya. HEX triplet: 73, 5F and 35. RGB value is (115,95,53). Sum of RGB (Red+Green+Blue) = 115+95+53=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F35 is #8CA0CA. Grayscale: #606060. Windows color (decimal): -9216203 or 3497843. OLE color: 3497843.

HSL color Cylindrical-coordinate representation of color #735F35: hue angle of 40.65º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735F35 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1159553-
CMYK00.170.540.55
HSL40.65º36.9%32.94%-
HSV(B)40.65º53.91%45.1%-
XYZ11.8112.095.08-
YUV96.19103.63141.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=43.73%
G=36.12%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115955300.170.540.5540.6536.932.94
Hex735F350113637292521
Octal163137650216667514541
Binary11100111011111110101010001110110110111101001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,95,53); }

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

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

 a { background-color: rgb(115,95,53); }

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

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

 span { border-color: rgb(115,95,53); }

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