#725A32

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

Shades of Shingle Fawn #725A32

Tints of Shingle Fawn #725A32

Color information

#725A32 (or 0x725A32) is unknown color: approx Shingle Fawn. HEX triplet: 72, 5A and 32. RGB value is (114,90,50). Sum of RGB (Red+Green+Blue) = 114+90+50=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #725A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A32 is #8DA5CD. Grayscale: #5C5C5C. Windows color (decimal): -9283022 or 3299954. OLE color: 3299954.

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

Color convert

RGB1149050-
CMYK00.210.560.55
HSL37.5º39.02%32.16%-
HSV(B)37.5º56.14%44.71%-
XYZ11.1711.124.58-
YUV92.62103.95143.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=44.88%
G=35.43%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114905000.210.560.5537.539.0232.16
Hex725A320153837262720
Octal162132620257067464740
Binary11100101011010110010010101111000110111100110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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