Html Css Color HEX #705952 Dorado

📋 copy color: '#705952'

red 112 ◦ green 89 ◦ blue 82

#705952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #705952

Tints of Dorado #705952

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 value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#705952 (or 0x705952) is known color: 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

RGB 112 89 82 -
CMYK 0 0.21 0.27 0.56
HSL 14º 0.15% 0.38% -
HSV(B) 14º 0.27% 0.44% -
XYZ 11.78 11.2 9.52 -
YUV 95.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 112 89 82 0 0.21 0.27 0.56 14 0.15 0.38
Hex 70 59 52 0 15 1B 38 E F 26
Octal 160 131 122 0 25 33 70 16 17 46
Binary 1110000 1011001 1010010 0 10101 11011 111000 1110 1111 100110

Color Harmonies of #705952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705952

Black with #705952

Text Example


Text Example

White with #705952

Text Example


Text Example

HTML Codes & Css Web 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>