#72553B

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

Shades of Shingle Fawn #72553B

Tints of Shingle Fawn #72553B

Color information

#72553B (or 0x72553B) is unknown color: approx Shingle Fawn. HEX triplet: 72, 55 and 3B. RGB value is (114,85,59). Sum of RGB (Red+Green+Blue) = 114+85+59=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72553B is #8DAAC4. Grayscale: #5A5A5A. Windows color (decimal): -9284293 or 3888498. OLE color: 3888498.

HSL color Cylindrical-coordinate representation of color #72553B: hue angle of 28.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72553B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1148559-
CMYK00.250.480.55
HSL28.36º31.79%33.92%-
HSV(B)28.36º48.25%44.71%-
XYZ10.9810.395.56-
YUV90.71110.11144.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=44.19%
G=32.95%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114855900.250.480.5528.3631.7933.92
Hex72553B01930371c2022
Octal162125730316067344042
Binary1110010101010111101101100111000011011111100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72553B; }

 p { color: rgb(114,85,59); }

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

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

 a { background-color: rgb(114,85,59); }

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

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

 span { border-color: rgb(114,85,59); }

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