#755B33

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

Shades of Shingle Fawn #755B33

Tints of Shingle Fawn #755B33

Color information

#755B33 (or 0x755B33) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5B and 33. RGB value is (117,91,51). Sum of RGB (Red+Green+Blue) = 117+91+51=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #755B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B33 is #8AA4CC. Grayscale: #5E5E5E. Windows color (decimal): -9086157 or 3365749. OLE color: 3365749.

HSL color Cylindrical-coordinate representation of color #755B33: hue angle of 36.36º degrees, saturation: 0.39, 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 #755B33 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1179151-
CMYK00.220.560.54
HSL36.36º39.29%32.94%-
HSV(B)36.36º56.41%45.88%-
XYZ11.6711.54.74-
YUV94.21103.61144.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=45.17%
G=35.14%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117915100.220.560.5436.3639.2932.94
Hex755B330163836242721
Octal165133630267066444741
Binary11101011011011110011010110111000110110100100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,51); }

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

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

 a { background-color: rgb(117,91,51); }

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

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

 span { border-color: rgb(117,91,51); }

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