#725C3D

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

Shades of Shingle Fawn #725C3D

Tints of Shingle Fawn #725C3D

Color information

#725C3D (or 0x725C3D) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5C and 3D. RGB value is (114,92,61). Sum of RGB (Red+Green+Blue) = 114+92+61=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C3D is #8DA3C2. Grayscale: #5F5F5F. Windows color (decimal): -9282499 or 4021362. OLE color: 4021362.

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

Color convert

RGB1149261-
CMYK00.190.460.55
HSL35.09º30.29%34.31%-
HSV(B)35.09º46.49%44.71%-
XYZ11.6111.576.04-
YUV95.04108.79141.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=42.70%
G=34.46%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114926100.190.460.5535.0930.2934.31
Hex725C3D0132E37231e22
Octal162134750235667433642
Binary1110010101110011110101001110111011011110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,61); }

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

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

 a { background-color: rgb(114,92,61); }

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

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

 span { border-color: rgb(114,92,61); }

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