#725D3A

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

Shades of Shingle Fawn #725D3A

Tints of Shingle Fawn #725D3A

Color information

#725D3A (or 0x725D3A) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5D and 3A. RGB value is (114,93,58). Sum of RGB (Red+Green+Blue) = 114+93+58=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D3A is #8DA2C5. Grayscale: #5F5F5F. Windows color (decimal): -9282246 or 3825010. OLE color: 3825010.

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

Color convert

RGB1149358-
CMYK00.180.490.55
HSL37.5º32.56%33.73%-
HSV(B)37.5º49.12%44.71%-
XYZ11.6211.715.65-
YUV95.29106.96141.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=43.02%
G=35.09%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114935800.180.490.5537.532.5633.73
Hex725D3A0123137262122
Octal162135720226167464142
Binary11100101011101111010010010110001110111100110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725D3A; }

 p { color: rgb(114,93,58); }

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

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

 a { background-color: rgb(114,93,58); }

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

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

 span { border-color: rgb(114,93,58); }

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