#725B3A

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

Shades of Shingle Fawn #725B3A

Tints of Shingle Fawn #725B3A

Color information

#725B3A (or 0x725B3A) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5B and 3A. RGB value is (114,91,58). Sum of RGB (Red+Green+Blue) = 114+91+58=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B3A is #8DA4C5. Grayscale: #5E5E5E. Windows color (decimal): -9282758 or 3824498. OLE color: 3824498.

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

Color convert

RGB1149158-
CMYK00.200.490.55
HSL35.36º32.56%33.73%-
HSV(B)35.36º49.12%44.71%-
XYZ11.4411.375.59-
YUV94.11107.62142.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=43.35%
G=34.60%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114915800.200.490.5535.3632.5633.73
Hex725B3A0143137232122
Octal162133720246167434142
Binary11100101011011111010010100110001110111100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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