#755C3B

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

Shades of Shingle Fawn #755C3B

Tints of Shingle Fawn #755C3B

Color information

#755C3B (or 0x755C3B) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5C and 3B. RGB value is (117,92,59). Sum of RGB (Red+Green+Blue) = 117+92+59=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C3B is #8AA3C4. Grayscale: #5F5F5F. Windows color (decimal): -9085893 or 3890293. OLE color: 3890293.

HSL color Cylindrical-coordinate representation of color #755C3B: hue angle of 34.14º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755C3B is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1179259-
CMYK00.210.500.54
HSL34.14º32.95%34.51%-
HSV(B)34.14º49.57%45.88%-
XYZ11.9511.755.78-
YUV95.71107.28143.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=43.66%
G=34.33%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117925900.210.500.5434.1432.9534.51
Hex755C3B0153236222123
Octal165134730256266424143
Binary11101011011100111011010101110010110110100010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,59); }

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

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

 a { background-color: rgb(117,92,59); }

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

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

 span { border-color: rgb(117,92,59); }

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