Html Css Color HEX #845848 Spicy Mix

📋 copy color: '#845848'

red 132 ◦ green 88 ◦ blue 72

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

Shades of Spicy Mix #845848

Tints of Spicy Mix #845848

RGB

 RED value IS 132 (51.95% from 255) = 45.21%

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 45.21%
G = 30.14%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#845848 (or 0x845848) is known color: Spicy Mix. HEX triplet: 84, 58 and 48. RGB value is (132,88,72). Sum of RGB (Red+Green+Blue) = 132+88+72=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #845848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845848 is #7BA7B7. Grayscale: #636363. Windows color (decimal): -8103864 or 4741252. OLE color: 4741252.

HSL color Cylindrical-coordinate representation of color #845848: hue angle of 16º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845848 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 72 -
CMYK 0 0.33 0.45 0.48
HSL 16º 0.29% 0.4% -
HSV(B) 16º 0.45% 0.52% -
XYZ 14.18 12.35 7.77 -
YUV 99.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 132 88 72 0 0.33 0.45 0.48 16 0.29 0.4
Hex 84 58 48 0 21 2D 30 10 1D 28
Octal 204 130 110 0 41 55 60 20 35 50
Binary 10000100 1011000 1001000 0 100001 101101 110000 10000 11101 101000

Color Harmonies of #845848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845848

Black with #845848

Text Example


Text Example

White with #845848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845848; }

 p { color: rgb(132,88,72); }

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

background-color css

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

 a { background-color: rgb(132,88,72); }

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

border-color css

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

 span { border-color: rgb(132,88,72); }

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