#755F21

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

Shades of Himalaya #755F21

Tints of Himalaya #755F21

Color information

#755F21 (or 0x755F21) is unknown color: approx Himalaya. HEX triplet: 75, 5F and 21. RGB value is (117,95,33). Sum of RGB (Red+Green+Blue) = 117+95+33=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #755F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F21 is #8AA0DE. Grayscale: #5E5E5E. Windows color (decimal): -9085151 or 2187125. OLE color: 2187125.

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

Color convert

RGB1179533-
CMYK00.190.720.54
HSL44.29º56%29.41%-
HSV(B)44.29º71.79%45.88%-
XYZ11.712.083.15-
YUV94.5193.29144.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=47.76%
G=38.78%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117953300.190.720.5444.295629.41
Hex755F2101348362c381d
Octal1651374102311066547035
Binary11101011011111100001010011100100011011010110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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