#705C30

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

Shades of Horses Neck #705C30

Tints of Horses Neck #705C30

Color information

#705C30 (or 0x705C30) is unknown color: approx Horses Neck. HEX triplet: 70, 5C and 30. RGB value is (112,92,48). Sum of RGB (Red+Green+Blue) = 112+92+48=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C30 is #8FA3CF. Grayscale: #5D5D5D. Windows color (decimal): -9413584 or 3169392. OLE color: 3169392.

HSL color Cylindrical-coordinate representation of color #705C30: hue angle of 41.25º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705C30 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1129248-
CMYK00.180.570.56
HSL41.25º40%31.37%-
HSV(B)41.25º57.14%43.92%-
XYZ11.0411.314.4-
YUV92.96102.63141.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=44.44%
G=36.51%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112924800.180.570.5641.254031.37
Hex705C30012393829281f
Octal160134600227170515037
Binary1110000101110011000001001011100111100010100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C30; }

 p { color: rgb(112,92,48); }

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

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

 a { background-color: rgb(112,92,48); }

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

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

 span { border-color: rgb(112,92,48); }

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