Html Css Color HEX #715B52 Dorado

📋 copy color: '#715B52'

red 113 ◦ green 91 ◦ blue 82

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

Shades of Dorado #715B52

Tints of Dorado #715B52

RGB

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

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

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

R = 39.51%
G = 31.82%
B = 28.67%

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

#715B52 (or 0x715B52) is known color: Dorado. HEX triplet: 71, 5B and 52. RGB value is (113,91,82). Sum of RGB (Red+Green+Blue) = 113+91+82=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B52 is #8EA4AD. Grayscale: #606060. Windows color (decimal): -9348270 or 5397361. OLE color: 5397361.

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

Color convert

RGB 113 91 82 -
CMYK 0 0.19 0.27 0.56
HSL 17.42º 0.16% 0.38% -
HSV(B) 17.42º 0.27% 0.44% -
XYZ 12.07 11.6 9.59 -
YUV 96.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 113 91 82 0 0.19 0.27 0.56 17.42 0.16 0.38
Hex 71 5B 52 0 13 1B 38 11 10 26
Octal 161 133 122 0 23 33 70 21 20 46
Binary 1110001 1011011 1010010 0 10011 11011 111000 10001 10000 100110

Color Harmonies of #715B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B52

Black with #715B52

Text Example


Text Example

White with #715B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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