#725438

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

Shades of Shingle Fawn #725438

Tints of Shingle Fawn #725438

Color information

#725438 (or 0x725438) is unknown color: approx Shingle Fawn. HEX triplet: 72, 54 and 38. RGB value is (114,84,56). Sum of RGB (Red+Green+Blue) = 114+84+56=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #725438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725438 is #8DABC7. Grayscale: #595959. Windows color (decimal): -9284552 or 3691634. OLE color: 3691634.

HSL color Cylindrical-coordinate representation of color #725438: hue angle of 28.97º 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 #725438 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1148456-
CMYK00.260.510.55
HSL28.97º34.12%33.33%-
HSV(B)28.97º50.88%44.71%-
XYZ10.8210.25.14-
YUV89.78108.94145.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=44.88%
G=33.07%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114845600.260.510.5528.9734.1233.33
Hex72543801A33371d2221
Octal162124700326367354241
Binary1110010101010011100001101011001111011111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725438; }

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

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

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

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

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

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

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

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