#75532D

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

Shades of Shingle Fawn #75532D

Tints of Shingle Fawn #75532D

Color information

#75532D (or 0x75532D) is unknown color: approx Shingle Fawn. HEX triplet: 75, 53 and 2D. RGB value is (117,83,45). Sum of RGB (Red+Green+Blue) = 117+83+45=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75532D is #8AACD2. Grayscale: #595959. Windows color (decimal): -9088211 or 2970485. OLE color: 2970485.

HSL color Cylindrical-coordinate representation of color #75532D: hue angle of 31.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75532D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1178345-
CMYK00.290.620.54
HSL31.67º44.44%31.76%-
HSV(B)31.67º61.54%45.88%-
XYZ10.910.163.87-
YUV88.83103.26148.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=47.76%
G=33.88%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117834500.290.620.5431.6744.4431.76
Hex75532D01D3E36202c20
Octal165123550357666405440
Binary11101011010011101101011101111110110110100000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75532D; }

 p { color: rgb(117,83,45); }

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

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

 a { background-color: rgb(117,83,45); }

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

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

 span { border-color: rgb(117,83,45); }

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