#72571D

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

Shades of Horses Neck #72571D

Tints of Horses Neck #72571D

Color information

#72571D (or 0x72571D) is unknown color: approx Horses Neck. HEX triplet: 72, 57 and 1D. RGB value is (114,87,29). Sum of RGB (Red+Green+Blue) = 114+87+29=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72571D is #8DA8E2. Grayscale: #585858. Windows color (decimal): -9283811 or 1922930. OLE color: 1922930.

HSL color Cylindrical-coordinate representation of color #72571D: hue angle of 40.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72571D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1148729-
CMYK00.240.750.55
HSL40.94º59.44%28.04%-
HSV(B)40.94º74.56%44.71%-
XYZ10.5710.482.63-
YUV88.4694.45146.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 29 (11.72% from 255) = 12.61%
R=49.57%
G=37.83%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114872900.240.750.5540.9459.4428.04
Hex72571D0184B37293b1c
Octal1621273503011367517334
Binary1110010101011111101011000100101111011110100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72571D; }

 p { color: rgb(114,87,29); }

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

<style>
 a { background-color: #72571D; }

 a { background-color: rgb(114,87,29); }

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

<style>
 span { border-color: #72571D; }

 span { border-color: rgb(114,87,29); }

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