Html Css Color HEX #715C52 Dorado

📋 copy color: '#715C52'

red 113 ◦ green 92 ◦ blue 82

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

Shades of Dorado #715C52

Tints of Dorado #715C52

RGB

 RED value IS 113 (44.53% from 255) = 39.37%

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

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

R = 39.37%
G = 32.06%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715C52 (or 0x715C52) is known color: Dorado. HEX triplet: 71, 5C and 52. RGB value is (113,92,82). Sum of RGB (Red+Green+Blue) = 113+92+82=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C52 is #8EA3AD. Grayscale: #616161. Windows color (decimal): -9348014 or 5397617. OLE color: 5397617.

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

Color convert

RGB 113 92 82 -
CMYK 0 0.19 0.27 0.56
HSL 19.35º 0.16% 0.38% -
HSV(B) 19.35º 0.27% 0.44% -
XYZ 12.16 11.77 9.61 -
YUV 97.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 113 92 82 0 0.19 0.27 0.56 19.35 0.16 0.38
Hex 71 5C 52 0 13 1B 38 13 10 26
Octal 161 134 122 0 23 33 70 23 20 46
Binary 1110001 1011100 1010010 0 10011 11011 111000 10011 10000 100110

Color Harmonies of #715C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C52

Black with #715C52

Text Example


Text Example

White with #715C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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