Html Css Color HEX #715348 Spice

📋 copy color: '#715348'

red 113 ◦ green 83 ◦ blue 72

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

Shades of Spice #715348

Tints of Spice #715348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 42.16%
G = 30.97%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#715348 (or 0x715348) is known color: Spice. HEX triplet: 71, 53 and 48. RGB value is (113,83,72). Sum of RGB (Red+Green+Blue) = 113+83+72=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715348 is #8EACB7. Grayscale: #5A5A5A. Windows color (decimal): -9350328 or 4739953. OLE color: 4739953.

HSL color Cylindrical-coordinate representation of color #715348: hue angle of 16.1º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715348 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 72 -
CMYK 0 0.27 0.36 0.56
HSL 16.1º 0.22% 0.36% -
HSV(B) 16.1º 0.36% 0.44% -
XYZ 11.07 10.17 7.51 -
YUV 90.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 113 83 72 0 0.27 0.36 0.56 16.1 0.22 0.36
Hex 71 53 48 0 1B 24 38 10 16 24
Octal 161 123 110 0 33 44 70 20 26 44
Binary 1110001 1010011 1001000 0 11011 100100 111000 10000 10110 100100

Color Harmonies of #715348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715348

Black with #715348

Text Example


Text Example

White with #715348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715348; }

 p { color: rgb(113,83,72); }

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

background-color css

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

 a { background-color: rgb(113,83,72); }

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

border-color css

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

 span { border-color: rgb(113,83,72); }

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