#725824

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

Shades of Horses Neck #725824

Tints of Horses Neck #725824

Color information

#725824 (or 0x725824) is unknown color: approx Horses Neck. HEX triplet: 72, 58 and 24. RGB value is (114,88,36). Sum of RGB (Red+Green+Blue) = 114+88+36=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #725824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725824 is #8DA7DB. Grayscale: #5A5A5A. Windows color (decimal): -9283548 or 2381938. OLE color: 2381938.

HSL color Cylindrical-coordinate representation of color #725824: hue angle of 40º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725824 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1148836-
CMYK00.230.680.55
HSL40º52%29.41%-
HSV(B)40º68.42%44.71%-
XYZ10.7510.683.16-
YUV89.8597.61145.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=47.90%
G=36.97%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114883600.230.680.55405229.41
Hex725824017443728341d
Octal1621304402710467506435
Binary11100101011000100100010111100010011011110100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725824; }

 p { color: rgb(114,88,36); }

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

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

 a { background-color: rgb(114,88,36); }

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

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

 span { border-color: rgb(114,88,36); }

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