#72592B

Color #72592B Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #72592B

Tints of Horses Neck #72592B

Color information

#72592B (or 0x72592B) is unknown color: approx Horses Neck. HEX triplet: 72, 59 and 2B. RGB value is (114,89,43). Sum of RGB (Red+Green+Blue) = 114+89+43=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72592B is #8DA6D4. Grayscale: #5B5B5B. Windows color (decimal): -9283285 or 2840946. OLE color: 2840946.

HSL color Cylindrical-coordinate representation of color #72592B: hue angle of 38.87º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72592B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1148943-
CMYK00.220.620.55
HSL38.87º45.22%30.78%-
HSV(B)38.87º62.28%44.71%-
XYZ10.9510.93.81-
YUV91.23100.78144.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=46.34%
G=36.18%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114894300.220.620.5538.8745.2230.78
Hex72592B0163E37272d1f
Octal162131530267667475537
Binary1110010101100110101101011011111011011110011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,89,43); }

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

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

 a { background-color: rgb(114,89,43); }

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

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

 span { border-color: rgb(114,89,43); }

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