Html Css Color HEX #715D4B Domino

📋 copy color: '#715D4B'

red 113 ◦ green 93 ◦ blue 75

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

Shades of Domino #715D4B

Tints of Domino #715D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 40.21%
G = 33.1%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#715D4B (or 0x715D4B) is known color: Domino. HEX triplet: 71, 5D and 4B. RGB value is (113,93,75). Sum of RGB (Red+Green+Blue) = 113+93+75=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D4B is #8EA2B4. Grayscale: #616161. Windows color (decimal): -9347765 or 4939121. OLE color: 4939121.

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

Color convert

RGB 113 93 75 -
CMYK 0 0.18 0.34 0.56
HSL 28.42º 0.2% 0.37% -
HSV(B) 28.42º 0.34% 0.44% -
XYZ 11.99 11.85 8.31 -
YUV 96.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 113 93 75 0 0.18 0.34 0.56 28.42 0.2 0.37
Hex 71 5D 4B 0 12 22 38 1C 14 25
Octal 161 135 113 0 22 42 70 34 24 45
Binary 1110001 1011101 1001011 0 10010 100010 111000 11100 10100 100101

Color Harmonies of #715D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D4B

Black with #715D4B

Text Example


Text Example

White with #715D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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