#714F44

Color #714F44 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #714F44

Tints of Spice #714F44

Color information

#714F44 (or 0x714F44) is unknown color: approx Spice. HEX triplet: 71, 4F and 44. RGB value is (113,79,68). Sum of RGB (Red+Green+Blue) = 113+79+68=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #714F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F44 is #8EB0BB. Grayscale: #575757. Windows color (decimal): -9351356 or 4476785. OLE color: 4476785.

HSL color Cylindrical-coordinate representation of color #714F44: hue angle of 14.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714F44 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1137968-
CMYK00.300.400.56
HSL14.67º24.86%35.49%-
HSV(B)14.67º39.82%44.31%-
XYZ10.659.526.75-
YUV87.91116.76145.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=43.46%
G=30.38%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113796800.300.400.5614.6724.8635.49
Hex714F4401E2838f1923
Octal1611171040365070173143
Binary111000110011111000100011110101000111000111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714F44; }

 p { color: rgb(113,79,68); }

 H1.HeaderClassName
 {
   color: #714F44;
 }
 .AnyTagClassName
 {
   color: #714F44;
 }
</style>
background-color css

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

 a { background-color: rgb(113,79,68); }

 div.DivClassName
 {
   background-color: #714F44;
 }
 .BgClassName
 {
   background-color: #714F44;
 }
</style>
border-color css

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

 span { border-color: rgb(113,79,68); }

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