#755730

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

Shades of Shingle Fawn #755730

Tints of Shingle Fawn #755730

Color information

#755730 (or 0x755730) is unknown color: approx Shingle Fawn. HEX triplet: 75, 57 and 30. RGB value is (117,87,48). Sum of RGB (Red+Green+Blue) = 117+87+48=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755730 is #8AA8CF. Grayscale: #5B5B5B. Windows color (decimal): -9087184 or 3168117. OLE color: 3168117.

HSL color Cylindrical-coordinate representation of color #755730: hue angle of 33.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755730 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1178748-
CMYK00.260.590.54
HSL33.91º41.82%32.35%-
HSV(B)33.91º58.97%45.88%-
XYZ11.2810.814.29-
YUV91.52103.44146.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=46.43%
G=34.52%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117874800.260.590.5433.9141.8232.35
Hex75573001A3B36222a20
Octal165127600327366425240
Binary11101011010111110000011010111011110110100010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755730; }

 p { color: rgb(117,87,48); }

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

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

 a { background-color: rgb(117,87,48); }

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

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

 span { border-color: rgb(117,87,48); }

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