#735A31

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

Shades of Shingle Fawn #735A31

Tints of Shingle Fawn #735A31

Color information

#735A31 (or 0x735A31) is unknown color: approx Shingle Fawn. HEX triplet: 73, 5A and 31. RGB value is (115,90,49). Sum of RGB (Red+Green+Blue) = 115+90+49=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #735A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A31 is #8CA5CE. Grayscale: #5C5C5C. Windows color (decimal): -9217487 or 3234419. OLE color: 3234419.

HSL color Cylindrical-coordinate representation of color #735A31: hue angle of 37.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735A31 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1159049-
CMYK00.220.570.55
HSL37.27º40.24%32.16%-
HSV(B)37.27º57.39%45.1%-
XYZ11.2811.184.47-
YUV92.8103.28143.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=45.28%
G=35.43%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115904900.220.570.5537.2740.2432.16
Hex735A310163937252820
Octal163132610267167455040
Binary11100111011010110001010110111001110111100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A31; }

 p { color: rgb(115,90,49); }

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

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

 a { background-color: rgb(115,90,49); }

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

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

 span { border-color: rgb(115,90,49); }

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