#725A3A

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

Shades of Shingle Fawn #725A3A

Tints of Shingle Fawn #725A3A

Color information

#725A3A (or 0x725A3A) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5A and 3A. RGB value is (114,90,58). Sum of RGB (Red+Green+Blue) = 114+90+58=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A3A is #8DA5C5. Grayscale: #5D5D5D. Windows color (decimal): -9283014 or 3824242. OLE color: 3824242.

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

Color convert

RGB1149058-
CMYK00.210.490.55
HSL34.29º32.56%33.73%-
HSV(B)34.29º49.12%44.71%-
XYZ11.3611.25.57-
YUV93.53107.95142.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=43.51%
G=34.35%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114905800.210.490.5534.2932.5633.73
Hex725A3A0153137222122
Octal162132720256167424142
Binary11100101011010111010010101110001110111100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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