#705325

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

Shades of Horses Neck #705325

Tints of Horses Neck #705325

Color information

#705325 (or 0x705325) is unknown color: approx Horses Neck. HEX triplet: 70, 53 and 25. RGB value is (112,83,37). Sum of RGB (Red+Green+Blue) = 112+83+37=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #705325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705325 is #8FACDA. Grayscale: #565656. Windows color (decimal): -9415899 or 2446192. OLE color: 2446192.

HSL color Cylindrical-coordinate representation of color #705325: hue angle of 36.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #705325 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1128337-
CMYK00.260.670.56
HSL36.8º50.34%29.22%-
HSV(B)36.8º66.96%43.92%-
XYZ10.119.763.1-
YUV86.43100.11146.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=48.28%
G=35.78%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112833700.260.670.5636.850.3429.22
Hex70532501A433825321d
Octal1601234503210370456235
Binary11100001010011100101011010100001111100010010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705325; }

 p { color: rgb(112,83,37); }

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

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

 a { background-color: rgb(112,83,37); }

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

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

 span { border-color: rgb(112,83,37); }

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