#705851

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

Shades of Dorado #705851

Tints of Dorado #705851

Color information

#705851 (or 0x705851) is unknown color: approx Dorado. HEX triplet: 70, 58 and 51. RGB value is (112,88,81). Sum of RGB (Red+Green+Blue) = 112+88+81=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705851 is #8FA7AE. Grayscale: #5E5E5E. Windows color (decimal): -9414575 or 5331056. OLE color: 5331056.

HSL color Cylindrical-coordinate representation of color #705851: hue angle of 13.55º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705851 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1128881-
CMYK00.210.280.56
HSL13.55º16.06%37.84%-
HSV(B)13.55º27.68%43.92%-
XYZ11.6611.029.3-
YUV94.38120.45140.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=39.86%
G=31.32%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112888100.210.280.5613.5516.0637.84
Hex7058510151C38e1026
Octal1601301210253470162046
Binary11100001011000101000101010111100111000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705851; }

 p { color: rgb(112,88,81); }

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

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

 a { background-color: rgb(112,88,81); }

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

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

 span { border-color: rgb(112,88,81); }

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