Html Css Color HEX #714E3F Spice

📋 copy color: '#714E3F'

red 113 ◦ green 78 ◦ blue 63

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

Shades of Spice #714E3F

Tints of Spice #714E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 44.49%
G = 30.71%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#714E3F (or 0x714E3F) is known color: Spice. HEX triplet: 71, 4E and 3F. RGB value is (113,78,63). Sum of RGB (Red+Green+Blue) = 113+78+63=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E3F is #8EB1C0. Grayscale: #565656. Windows color (decimal): -9351617 or 4148849. OLE color: 4148849.

HSL color Cylindrical-coordinate representation of color #714E3F: hue angle of 18º 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 #714E3F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 63 -
CMYK 0 0.31 0.44 0.56
HSL 18º 0.28% 0.35% -
HSV(B) 18º 0.44% 0.44% -
XYZ 10.43 9.32 5.95 -
YUV 86.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 113 78 63 0 0.31 0.44 0.56 18 0.28 0.35
Hex 71 4E 3F 0 1F 2C 38 12 1C 23
Octal 161 116 77 0 37 54 70 22 34 43
Binary 1110001 1001110 111111 0 11111 101100 111000 10010 11100 100011

Color Harmonies of #714E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E3F

Black with #714E3F

Text Example


Text Example

White with #714E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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