#735230

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

Shades of Shingle Fawn #735230

Tints of Shingle Fawn #735230

Color information

#735230 (or 0x735230) is unknown color: approx Shingle Fawn. HEX triplet: 73, 52 and 30. RGB value is (115,82,48). Sum of RGB (Red+Green+Blue) = 115+82+48=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #735230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735230 is #8CADCF. Grayscale: #585858. Windows color (decimal): -9219536 or 3166835. OLE color: 3166835.

HSL color Cylindrical-coordinate representation of color #735230: hue angle of 30.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735230 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1158248-
CMYK00.290.580.55
HSL30.45º41.1%31.96%-
HSV(B)30.45º58.26%45.1%-
XYZ10.629.894.15-
YUV87.99105.43147.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=46.94%
G=33.47%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115824800.290.580.5530.4541.131.96
Hex73523001D3A371e2920
Octal163122600357267365140
Binary1110011101001011000001110111101011011111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735230; }

 p { color: rgb(115,82,48); }

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

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

 a { background-color: rgb(115,82,48); }

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

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

 span { border-color: rgb(115,82,48); }

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