Html Css Color HEX #715E4B Domino

📋 copy color: '#715E4B'

red 113 ◦ green 94 ◦ blue 75

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

Shades of Domino #715E4B

Tints of Domino #715E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 40.07%
G = 33.33%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#715E4B (or 0x715E4B) is known color: Domino. HEX triplet: 71, 5E and 4B. RGB value is (113,94,75). Sum of RGB (Red+Green+Blue) = 113+94+75=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E4B is #8EA1B4. Grayscale: #616161. Windows color (decimal): -9347509 or 4939377. OLE color: 4939377.

HSL color Cylindrical-coordinate representation of color #715E4B: hue angle of 30º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715E4B is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 94 75 -
CMYK 0 0.17 0.34 0.56
HSL 30º 0.2% 0.37% -
HSV(B) 30º 0.34% 0.44% -
XYZ 12.08 12.02 8.34 -
YUV 97.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 113 94 75 0 0.17 0.34 0.56 30 0.2 0.37
Hex 71 5E 4B 0 11 22 38 1E 14 25
Octal 161 136 113 0 21 42 70 36 24 45
Binary 1110001 1011110 1001011 0 10001 100010 111000 11110 10100 100101

Color Harmonies of #715E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E4B

Black with #715E4B

Text Example


Text Example

White with #715E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,75); }

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

background-color css

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

 a { background-color: rgb(113,94,75); }

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

border-color css

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

 span { border-color: rgb(113,94,75); }

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