#755F34

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

Shades of Himalaya #755F34

Tints of Himalaya #755F34

Color information

#755F34 (or 0x755F34) is unknown color: approx Himalaya. HEX triplet: 75, 5F and 34. RGB value is (117,95,52). Sum of RGB (Red+Green+Blue) = 117+95+52=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #755F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F34 is #8AA0CB. Grayscale: #606060. Windows color (decimal): -9085132 or 3432309. OLE color: 3432309.

HSL color Cylindrical-coordinate representation of color #755F34: hue angle of 39.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755F34 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1179552-
CMYK00.190.560.54
HSL39.69º38.46%33.14%-
HSV(B)39.69º55.56%45.88%-
XYZ12.0512.214.97-
YUV96.68102.79142.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=44.32%
G=35.98%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117955200.190.560.5439.6938.4633.14
Hex755F340133836282621
Octal165137640237066504641
Binary11101011011111110100010011111000110110101000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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