Html Css Color HEX #714C3F Spice

📋 copy color: '#714C3F'

red 113 ◦ green 76 ◦ blue 63

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

Shades of Spice #714C3F

Tints of Spice #714C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 44.84%
G = 30.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#714C3F (or 0x714C3F) is known color: Spice. HEX triplet: 71, 4C and 3F. RGB value is (113,76,63). Sum of RGB (Red+Green+Blue) = 113+76+63=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C3F is #8EB3C0. Grayscale: #555555. Windows color (decimal): -9352129 or 4148337. OLE color: 4148337.

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

Color convert

RGB 113 76 63 -
CMYK 0 0.33 0.44 0.56
HSL 15.6º 0.28% 0.35% -
HSV(B) 15.6º 0.44% 0.44% -
XYZ 10.29 9.04 5.9 -
YUV 85.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 113 76 63 0 0.33 0.44 0.56 15.6 0.28 0.35
Hex 71 4C 3F 0 21 2C 38 10 1C 23
Octal 161 114 77 0 41 54 70 20 34 43
Binary 1110001 1001100 111111 0 100001 101100 111000 10000 11100 100011

Color Harmonies of #714C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C3F

Black with #714C3F

Text Example


Text Example

White with #714C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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