#72592A

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

Shades of Horses Neck #72592A

Tints of Horses Neck #72592A

Color information

#72592A (or 0x72592A) is unknown color: approx Horses Neck. HEX triplet: 72, 59 and 2A. RGB value is (114,89,42). Sum of RGB (Red+Green+Blue) = 114+89+42=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72592A is #8DA6D5. Grayscale: #5B5B5B. Windows color (decimal): -9283286 or 2775410. OLE color: 2775410.

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

Color convert

RGB1148942-
CMYK00.220.630.55
HSL39.17º46.15%30.59%-
HSV(B)39.17º63.16%44.71%-
XYZ10.9310.893.72-
YUV91.12100.28144.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=46.53%
G=36.33%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114894200.220.630.5539.1746.1530.59
Hex72592A0163F37272e1f
Octal162131520267767475637
Binary1110010101100110101001011011111111011110011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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