#725838

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

Shades of Shingle Fawn #725838

Tints of Shingle Fawn #725838

Color information

#725838 (or 0x725838) is unknown color: approx Shingle Fawn. HEX triplet: 72, 58 and 38. RGB value is (114,88,56). Sum of RGB (Red+Green+Blue) = 114+88+56=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #725838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725838 is #8DA7C7. Grayscale: #5C5C5C. Windows color (decimal): -9283528 or 3692658. OLE color: 3692658.

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

Color convert

RGB1148856-
CMYK00.230.510.55
HSL33.1º34.12%33.33%-
HSV(B)33.1º50.88%44.71%-
XYZ11.1410.845.25-
YUV92.13107.61143.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=44.19%
G=34.11%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114885600.230.510.5533.134.1233.33
Hex7258380173337212221
Octal162130700276367414241
Binary11100101011000111000010111110011110111100001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725838; }

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

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

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

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

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

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

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

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