#725b3d

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

Shades of Shingle Fawn #725B3D

Tints of Shingle Fawn #725B3D

Color information

#725B3D (or 0x725B3D) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5B and 3D. RGB value is (114,91,61). Sum of RGB (Red+Green+Blue) = 114+91+61=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B3D is #8DA4C2. Grayscale: #5E5E5E. Windows color (decimal): -9282755 or 4021106. OLE color: 4021106.

HSL color Cylindrical-coordinate representation of color #725B3D: hue angle of 33.96º 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 #725B3D is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1149161-
CMYK00.200.460.55
HSL33.96º30.29%34.31%-
HSV(B)33.96º46.49%44.71%-
XYZ11.5211.46.01-
YUV94.46109.12141.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=42.86%
G=34.21%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114916100.200.460.5533.9630.2934.31
Hex725B3D0142E37221e22
Octal162133750245667423642
Binary1110010101101111110101010010111011011110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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