#705C1B

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

Shades of Horses Neck #705C1B

Tints of Horses Neck #705C1B

Color information

#705C1B (or 0x705C1B) is unknown color: approx Horses Neck. HEX triplet: 70, 5C and 1B. RGB value is (112,92,27). Sum of RGB (Red+Green+Blue) = 112+92+27=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #705C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C1B is #8FA3E4. Grayscale: #5A5A5A. Windows color (decimal): -9413605 or 1793136. OLE color: 1793136.

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

Color convert

RGB1129227-
CMYK00.180.760.56
HSL45.88º61.15%27.25%-
HSV(B)45.88º75.89%43.92%-
XYZ10.7111.182.63-
YUV90.5792.13143.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=48.48%
G=39.83%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112922700.180.760.5645.8861.1527.25
Hex705C1B0124C382e3d1b
Octal1601343302211470567533
Binary1110000101110011011010010100110011100010111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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