#745230

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

Shades of Shingle Fawn #745230

Tints of Shingle Fawn #745230

Color information

#745230 (or 0x745230) is unknown color: approx Shingle Fawn. HEX triplet: 74, 52 and 30. RGB value is (116,82,48). Sum of RGB (Red+Green+Blue) = 116+82+48=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #745230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745230 is #8BADCF. Grayscale: #585858. Windows color (decimal): -9154000 or 3166836. OLE color: 3166836.

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

Color convert

RGB1168248-
CMYK00.290.590.55
HSL30º41.46%32.16%-
HSV(B)30º58.62%45.49%-
XYZ10.759.964.15-
YUV88.29105.26147.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=47.15%
G=33.33%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116824800.290.590.553041.4632.16
Hex74523001D3B371e2920
Octal164122600357367365140
Binary1110100101001011000001110111101111011111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745230; }

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

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

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

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

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

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

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

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