#72563B

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

Shades of Shingle Fawn #72563B

Tints of Shingle Fawn #72563B

Color information

#72563B (or 0x72563B) is unknown color: approx Shingle Fawn. HEX triplet: 72, 56 and 3B. RGB value is (114,86,59). Sum of RGB (Red+Green+Blue) = 114+86+59=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72563B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72563B is #8DA9C4. Grayscale: #5B5B5B. Windows color (decimal): -9284037 or 3888754. OLE color: 3888754.

HSL color Cylindrical-coordinate representation of color #72563B: hue angle of 29.45º 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 #72563B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1148659-
CMYK00.250.480.55
HSL29.45º31.79%33.92%-
HSV(B)29.45º48.25%44.71%-
XYZ11.0610.555.59-
YUV91.29109.78144.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=44.02%
G=33.20%
B=22.78%

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
Decimal114865900.250.480.5529.4531.7933.92
Hex72563B01930371d2022
Octal162126730316067354042
Binary1110010101011011101101100111000011011111101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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