#714F3F

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

Shades of Spice #714F3F

Tints of Spice #714F3F

Color information

#714F3F (or 0x714F3F) is unknown color: approx Spice. HEX triplet: 71, 4F and 3F. RGB value is (113,79,63). Sum of RGB (Red+Green+Blue) = 113+79+63=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #714F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F3F is #8EB0C0. Grayscale: #575757. Windows color (decimal): -9351361 or 4149105. OLE color: 4149105.

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

Color convert

RGB1137963-
CMYK00.300.440.56
HSL19.2º28.41%34.51%-
HSV(B)19.2º44.25%44.31%-
XYZ10.59.465.98-
YUV87.34114.26146.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 63 (25% from 255) = 24.71%
R=44.31%
G=30.98%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113796300.300.440.5619.228.4134.51
Hex714F3F01E2C38131c23
Octal161117770365470233443
Binary111000110011111111110111101011001110001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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