#735534

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

Shades of Shingle Fawn #735534

Tints of Shingle Fawn #735534

Color information

#735534 (or 0x735534) is unknown color: approx Shingle Fawn. HEX triplet: 73, 55 and 34. RGB value is (115,85,52). Sum of RGB (Red+Green+Blue) = 115+85+52=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #735534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735534 is #8CAACB. Grayscale: #5A5A5A. Windows color (decimal): -9218764 or 3429747. OLE color: 3429747.

HSL color Cylindrical-coordinate representation of color #735534: hue angle of 31.43º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735534 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1158552-
CMYK00.260.550.55
HSL31.43º37.72%32.75%-
HSV(B)31.43º54.78%45.1%-
XYZ10.9410.394.68-
YUV90.21106.44145.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=45.63%
G=33.73%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115855200.260.550.5531.4337.7232.75
Hex73553401A37371f2621
Octal163125640326767374641
Binary1110011101010111010001101011011111011111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735534; }

 p { color: rgb(115,85,52); }

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

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

 a { background-color: rgb(115,85,52); }

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

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

 span { border-color: rgb(115,85,52); }

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