#735D2C

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

Shades of Himalaya #735D2C

Tints of Himalaya #735D2C

Color information

#735D2C (or 0x735D2C) is unknown color: approx Himalaya. HEX triplet: 73, 5D and 2C. RGB value is (115,93,44). Sum of RGB (Red+Green+Blue) = 115+93+44=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #735D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D2C is #8CA2D3. Grayscale: #5E5E5E. Windows color (decimal): -9216724 or 2907507. OLE color: 2907507.

HSL color Cylindrical-coordinate representation of color #735D2C: hue angle of 41.41º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735D2C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1159344-
CMYK00.190.620.55
HSL41.41º44.65%31.18%-
HSV(B)41.41º61.74%45.1%-
XYZ11.4411.664.03-
YUV93.9999.79142.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 44 (17.58% from 255) = 17.46%
R=45.63%
G=36.90%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115934400.190.620.5541.4144.6531.18
Hex735D2C0133E37292d1f
Octal163135540237667515537
Binary1110011101110110110001001111111011011110100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,44); }

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

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

 a { background-color: rgb(115,93,44); }

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

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

 span { border-color: rgb(115,93,44); }

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