Html Css Color HEX #714F44 Spice

📋 copy color: '#714F44'

red 113 ◦ green 79 ◦ blue 68

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

Shades of Spice #714F44

Tints of Spice #714F44

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

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 113 79 68 -
CMYK 0 0.30 0.40 0.56
HSL 14.67º 0.25% 0.35% -
HSV(B) 14.67º 0.4% 0.44% -
XYZ 10.65 9.52 6.75 -
YUV 87.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 113 79 68 0 0.30 0.40 0.56 14.67 0.25 0.35
Hex 71 4F 44 0 1E 28 38 F 19 23
Octal 161 117 104 0 36 50 70 17 31 43
Binary 1110001 1001111 1000100 0 11110 101000 111000 1111 11001 100011

Color Harmonies of #714F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F44

Black with #714F44

Text Example


Text Example

White with #714F44

Text Example


Text Example

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