Html Css Color HEX #705B55 Dorado

📋 copy color: '#705B55'

red 112 ◦ green 91 ◦ blue 85

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

Shades of Dorado #705B55

Tints of Dorado #705B55

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 38.89%
G = 31.6%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705B55 (or 0x705B55) is known color: Dorado. HEX triplet: 70, 5B and 55. RGB value is (112,91,85). Sum of RGB (Red+Green+Blue) = 112+91+85=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B55 is #8FA4AA. Grayscale: #606060. Windows color (decimal): -9413803 or 5593968. OLE color: 5593968.

HSL color Cylindrical-coordinate representation of color #705B55: hue angle of 13.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705B55 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 85 -
CMYK 0 0.19 0.24 0.56
HSL 13.33º 0.14% 0.39% -
HSV(B) 13.33º 0.24% 0.44% -
XYZ 12.06 11.58 10.19 -
YUV 96.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 112 91 85 0 0.19 0.24 0.56 13.33 0.14 0.39
Hex 70 5B 55 0 13 18 38 D E 27
Octal 160 133 125 0 23 30 70 15 16 47
Binary 1110000 1011011 1010101 0 10011 11000 111000 1101 1110 100111

Color Harmonies of #705B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B55

Black with #705B55

Text Example


Text Example

White with #705B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,85); }

 H1.HeaderClassName
 {
   color: #705B55;
 }
 .AnyTagClassName
 {
   color: #705B55;
 }
</style>

background-color css

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

 a { background-color: rgb(112,91,85); }

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

border-color css

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

 span { border-color: rgb(112,91,85); }

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