#72512F

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

Shades of Shingle Fawn #72512F

Tints of Shingle Fawn #72512F

Color information

#72512F (or 0x72512F) is unknown color: approx Shingle Fawn. HEX triplet: 72, 51 and 2F. RGB value is (114,81,47). Sum of RGB (Red+Green+Blue) = 114+81+47=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72512F is #8DAED0. Grayscale: #575757. Windows color (decimal): -9285329 or 3101042. OLE color: 3101042.

HSL color Cylindrical-coordinate representation of color #72512F: hue angle of 30.45º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72512F is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1148147-
CMYK00.290.590.55
HSL30.45º41.61%31.57%-
HSV(B)30.45º58.77%44.71%-
XYZ10.399.674.01-
YUV86.99105.43147.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=47.11%
G=33.47%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114814700.290.590.5530.4541.6131.57
Hex72512F01D3B371e2a20
Octal162121570357367365240
Binary1110010101000110111101110111101111011111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72512F; }

 p { color: rgb(114,81,47); }

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

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

 a { background-color: rgb(114,81,47); }

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

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

 span { border-color: rgb(114,81,47); }

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