Html Css Color HEX #705C52 Dorado

📋 copy color: '#705C52'

red 112 ◦ green 92 ◦ blue 82

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

Shades of Dorado #705C52

Tints of Dorado #705C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 82 (32.42% from 255) = 28.67%

R = 39.16%
G = 32.17%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#705C52 (or 0x705C52) is known color: Dorado. HEX triplet: 70, 5C and 52. RGB value is (112,92,82). Sum of RGB (Red+Green+Blue) = 112+92+82=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #705C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C52 is #8FA3AD. Grayscale: #606060. Windows color (decimal): -9413550 or 5397616. OLE color: 5397616.

HSL color Cylindrical-coordinate representation of color #705C52: hue angle of 20º 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 #705C52 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 92 82 -
CMYK 0 0.18 0.27 0.56
HSL 20º 0.15% 0.38% -
HSV(B) 20º 0.27% 0.44% -
XYZ 12.03 11.71 9.61 -
YUV 96.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 112 92 82 0 0.18 0.27 0.56 20 0.15 0.38
Hex 70 5C 52 0 12 1B 38 14 F 26
Octal 160 134 122 0 22 33 70 24 17 46
Binary 1110000 1011100 1010010 0 10010 11011 111000 10100 1111 100110

Color Harmonies of #705C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C52

Black with #705C52

Text Example


Text Example

White with #705C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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