Html Css Color HEX #755248 Spice

📋 copy color: '#755248'

red 117 ◦ green 82 ◦ blue 72

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

Shades of Spice #755248

Tints of Spice #755248

RGB

 RED value IS 117 (46.09% from 255) = 43.17%

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

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 43.17%
G = 30.26%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755248 (or 0x755248) is known color: Spice. HEX triplet: 75, 52 and 48. RGB value is (117,82,72). Sum of RGB (Red+Green+Blue) = 117+82+72=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755248 is #8AADB7. Grayscale: #5B5B5B. Windows color (decimal): -9088440 or 4739701. OLE color: 4739701.

HSL color Cylindrical-coordinate representation of color #755248: hue angle of 13.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755248 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 72 -
CMYK 0 0.30 0.38 0.54
HSL 13.33º 0.24% 0.37% -
HSV(B) 13.33º 0.38% 0.46% -
XYZ 11.52 10.28 7.51 -
YUV 91.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 117 82 72 0 0.30 0.38 0.54 13.33 0.24 0.37
Hex 75 52 48 0 1E 26 36 D 18 25
Octal 165 122 110 0 36 46 66 15 30 45
Binary 1110101 1010010 1001000 0 11110 100110 110110 1101 11000 100101

Color Harmonies of #755248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755248

Black with #755248

Text Example


Text Example

White with #755248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755248; }

 p { color: rgb(117,82,72); }

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

background-color css

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

 a { background-color: rgb(117,82,72); }

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

border-color css

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

 span { border-color: rgb(117,82,72); }

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