#72522E

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

Shades of Shingle Fawn #72522E

Tints of Shingle Fawn #72522E

Color information

#72522E (or 0x72522E) is unknown color: approx Shingle Fawn. HEX triplet: 72, 52 and 2E. RGB value is (114,82,46). Sum of RGB (Red+Green+Blue) = 114+82+46=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72522E is #8DADD1. Grayscale: #575757. Windows color (decimal): -9285074 or 3035762. OLE color: 3035762.

HSL color Cylindrical-coordinate representation of color #72522E: hue angle of 31.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72522E is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1148246-
CMYK00.280.600.55
HSL31.76º42.5%31.37%-
HSV(B)31.76º59.65%44.71%-
XYZ10.459.813.93-
YUV87.46104.6146.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=47.11%
G=33.88%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114824600.280.600.5531.7642.531.37
Hex72522E01C3C37202a1f
Octal162122560347467405237
Binary1110010101001010111001110011110011011110000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72522E; }

 p { color: rgb(114,82,46); }

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

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

 a { background-color: rgb(114,82,46); }

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

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

 span { border-color: rgb(114,82,46); }

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