#735F34

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

Shades of Himalaya #735F34

Tints of Himalaya #735F34

Color information

#735F34 (or 0x735F34) is unknown color: approx Himalaya. HEX triplet: 73, 5F and 34. RGB value is (115,95,52). Sum of RGB (Red+Green+Blue) = 115+95+52=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #735F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F34 is #8CA0CB. Grayscale: #606060. Windows color (decimal): -9216204 or 3432307. OLE color: 3432307.

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

Color convert

RGB1159552-
CMYK00.170.550.55
HSL40.95º37.72%32.75%-
HSV(B)40.95º54.78%45.1%-
XYZ11.7812.084.96-
YUV96.08103.13141.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=43.89%
G=36.26%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115955200.170.550.5540.9537.7232.75
Hex735F340113737292621
Octal163137640216767514641
Binary11100111011111110100010001110111110111101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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