#705952

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

Shades of Dorado #705952

Tints of Dorado #705952

Color information

#705952 (or 0x705952) is unknown color: approx Dorado. HEX triplet: 70, 59 and 52. RGB value is (112,89,82). Sum of RGB (Red+Green+Blue) = 112+89+82=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705952 is #8FA6AD. Grayscale: #5F5F5F. Windows color (decimal): -9414318 or 5396848. OLE color: 5396848.

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

Color convert

RGB1128982-
CMYK00.210.270.56
HSL14º15.46%38.04%-
HSV(B)14º26.79%43.92%-
XYZ11.7811.29.52-
YUV95.08120.62140.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=39.58%
G=31.45%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112898200.210.270.561415.4638.04
Hex7059520151B38ef26
Octal1601311220253370161746
Binary1110000101100110100100101011101111100011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705952; }

 p { color: rgb(112,89,82); }

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

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

 a { background-color: rgb(112,89,82); }

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

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

 span { border-color: rgb(112,89,82); }

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