Html Css Color HEX #724B3F Spice

📋 copy color: '#724B3F'

red 114 ◦ green 75 ◦ blue 63

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

Shades of Spice #724B3F

Tints of Spice #724B3F

RGB

 RED value IS 114 (44.92% from 255) = 45.24%

 GREEN value IS 75 (29.69% from 255) = 29.76%

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

R = 45.24%
G = 29.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#724B3F (or 0x724B3F) is known color: Spice. HEX triplet: 72, 4B and 3F. RGB value is (114,75,63). Sum of RGB (Red+Green+Blue) = 114+75+63=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #724B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B3F is #8DB4C0. Grayscale: #555555. Windows color (decimal): -9286849 or 4148082. OLE color: 4148082.

HSL color Cylindrical-coordinate representation of color #724B3F: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #724B3F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 75 63 -
CMYK 0 0.34 0.45 0.55
HSL 14.12º 0.29% 0.35% -
HSV(B) 14.12º 0.45% 0.45% -
XYZ 10.35 8.97 5.89 -
YUV 85.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 114 75 63 0 0.34 0.45 0.55 14.12 0.29 0.35
Hex 72 4B 3F 0 22 2D 37 E 1D 23
Octal 162 113 77 0 42 55 67 16 35 43
Binary 1110010 1001011 111111 0 100010 101101 110111 1110 11101 100011

Color Harmonies of #724B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B3F

Black with #724B3F

Text Example


Text Example

White with #724B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724B3F; }

 p { color: rgb(114,75,63); }

 H1.HeaderClassName
 {
   color: #724B3F;
 }
 .AnyTagClassName
 {
   color: #724B3F;
 }
</style>

background-color css

<style>
 a { background-color: #724B3F; }

 a { background-color: rgb(114,75,63); }

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

border-color css

<style>
 span { border-color: #724B3F; }

 span { border-color: rgb(114,75,63); }

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