Html Css Color HEX #745245 Spice

📋 copy color: '#745245'

red 116 ◦ green 82 ◦ blue 69

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

Shades of Spice #745245

Tints of Spice #745245

RGB

 RED value IS 116 (45.7% from 255) = 43.45%

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 43.45%
G = 30.71%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#745245 (or 0x745245) is known color: Spice. HEX triplet: 74, 52 and 45. RGB value is (116,82,69). Sum of RGB (Red+Green+Blue) = 116+82+69=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745245 is #8BADBA. Grayscale: #5A5A5A. Windows color (decimal): -9153979 or 4543092. OLE color: 4543092.

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

Color convert

RGB 116 82 69 -
CMYK 0 0.29 0.41 0.55
HSL 16.6º 0.25% 0.36% -
HSV(B) 16.6º 0.41% 0.45% -
XYZ 11.29 10.18 7 -
YUV 90.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 116 82 69 0 0.29 0.41 0.55 16.6 0.25 0.36
Hex 74 52 45 0 1D 29 37 11 19 24
Octal 164 122 105 0 35 51 67 21 31 44
Binary 1110100 1010010 1000101 0 11101 101001 110111 10001 11001 100100

Color Harmonies of #745245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745245

Black with #745245

Text Example


Text Example

White with #745245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745245; }

 p { color: rgb(116,82,69); }

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

background-color css

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

 a { background-color: rgb(116,82,69); }

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

border-color css

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

 span { border-color: rgb(116,82,69); }

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