Html Css Color HEX #71493C Spice

📋 copy color: '#71493C'

red 113 ◦ green 73 ◦ blue 60

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

Shades of Spice #71493C

Tints of Spice #71493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 45.93%
G = 29.67%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71493C (or 0x71493C) is known color: Spice. HEX triplet: 71, 49 and 3C. RGB value is (113,73,60). Sum of RGB (Red+Green+Blue) = 113+73+60=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71493C is #8EB6C3. Grayscale: #535353. Windows color (decimal): -9352900 or 3950961. OLE color: 3950961.

HSL color Cylindrical-coordinate representation of color #71493C: hue angle of 14.72º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71493C is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 60 -
CMYK 0 0.35 0.47 0.56
HSL 14.72º 0.31% 0.34% -
HSV(B) 14.72º 0.47% 0.44% -
XYZ 10.01 8.6 5.41 -
YUV 83.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 113 73 60 0 0.35 0.47 0.56 14.72 0.31 0.34
Hex 71 49 3C 0 23 2F 38 F 1F 22
Octal 161 111 74 0 43 57 70 17 37 42
Binary 1110001 1001001 111100 0 100011 101111 111000 1111 11111 100010

Color Harmonies of #71493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71493C

Black with #71493C

Text Example


Text Example

White with #71493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71493C; }

 p { color: rgb(113,73,60); }

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

background-color css

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

 a { background-color: rgb(113,73,60); }

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

border-color css

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

 span { border-color: rgb(113,73,60); }

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