#725831

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

Shades of Shingle Fawn #725831

Tints of Shingle Fawn #725831

Color information

#725831 (or 0x725831) is unknown color: approx Shingle Fawn. HEX triplet: 72, 58 and 31. RGB value is (114,88,49). Sum of RGB (Red+Green+Blue) = 114+88+49=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #725831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725831 is #8DA7CE. Grayscale: #5B5B5B. Windows color (decimal): -9283535 or 3233906. OLE color: 3233906.

HSL color Cylindrical-coordinate representation of color #725831: hue angle of 36º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725831 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1148849-
CMYK00.230.570.55
HSL36º39.88%31.96%-
HSV(B)36º57.02%44.71%-
XYZ10.9810.784.41-
YUV91.33104.11144.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 49 (19.53% from 255) = 19.52%
R=45.42%
G=35.06%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114884900.230.570.553639.8831.96
Hex7258310173937242820
Octal162130610277167445040
Binary11100101011000110001010111111001110111100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725831; }

 p { color: rgb(114,88,49); }

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

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

 a { background-color: rgb(114,88,49); }

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

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

 span { border-color: rgb(114,88,49); }

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