#755232

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

Shades of Shingle Fawn #755232

Tints of Shingle Fawn #755232

Color information

#755232 (or 0x755232) is unknown color: approx Shingle Fawn. HEX triplet: 75, 52 and 32. RGB value is (117,82,50). Sum of RGB (Red+Green+Blue) = 117+82+50=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755232 is #8AADCD. Grayscale: #585858. Windows color (decimal): -9088462 or 3297909. OLE color: 3297909.

HSL color Cylindrical-coordinate representation of color #755232: hue angle of 28.66º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755232 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1178250-
CMYK00.300.570.54
HSL28.66º40.12%32.75%-
HSV(B)28.66º57.26%45.88%-
XYZ10.9310.054.38-
YUV88.82106.1148.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=46.99%
G=32.93%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117825000.300.570.5428.6640.1232.75
Hex75523201E39361d2821
Octal165122620367166355041
Binary1110101101001011001001111011100111011011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755232; }

 p { color: rgb(117,82,50); }

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

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

 a { background-color: rgb(117,82,50); }

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

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

 span { border-color: rgb(117,82,50); }

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