Html Css Color HEX #714F3F Spice

📋 copy color: '#714F3F'

red 113 ◦ green 79 ◦ blue 63

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

Shades of Spice #714F3F

Tints of Spice #714F3F

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 value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#714F3F (or 0x714F3F) is known color: 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

RGB 113 79 63 -
CMYK 0 0.30 0.44 0.56
HSL 19.2º 0.28% 0.35% -
HSV(B) 19.2º 0.44% 0.44% -
XYZ 10.5 9.46 5.98 -
YUV 87.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 113 79 63 0 0.30 0.44 0.56 19.2 0.28 0.35
Hex 71 4F 3F 0 1E 2C 38 13 1C 23
Octal 161 117 77 0 36 54 70 23 34 43
Binary 1110001 1001111 111111 0 11110 101100 111000 10011 11100 100011

Color Harmonies of #714F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F3F

Black with #714F3F

Text Example


Text Example

White with #714F3F

Text Example


Text Example

HTML Codes & Css Web 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>