Html Css Color HEX #865848 Spicy Mix

📋 copy color: '#865848'

red 134 ◦ green 88 ◦ blue 72

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

Shades of Spicy Mix #865848

Tints of Spicy Mix #865848

RGB

 RED value IS 134 (52.73% from 255) = 45.58%

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

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

R = 45.58%
G = 29.93%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#865848 (or 0x865848) is known color: Spicy Mix. HEX triplet: 86, 58 and 48. RGB value is (134,88,72). Sum of RGB (Red+Green+Blue) = 134+88+72=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865848 is #79A7B7. Grayscale: #646464. Windows color (decimal): -7972792 or 4741254. OLE color: 4741254.

HSL color Cylindrical-coordinate representation of color #865848: hue angle of 15.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865848 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 72 -
CMYK 0 0.34 0.46 0.47
HSL 15.48º 0.3% 0.4% -
HSV(B) 15.48º 0.46% 0.53% -
XYZ 14.49 12.52 7.78 -
YUV 99.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 134 88 72 0 0.34 0.46 0.47 15.48 0.3 0.4
Hex 86 58 48 0 22 2E 2F F 1E 28
Octal 206 130 110 0 42 56 57 17 36 50
Binary 10000110 1011000 1001000 0 100010 101110 101111 1111 11110 101000

Color Harmonies of #865848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865848

Black with #865848

Text Example


Text Example

White with #865848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865848; }

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

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

background-color css

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

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

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

border-color css

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

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

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