Html Css Color HEX #865C52 Spicy Mix

📋 copy color: '#865C52'

red 134 ◦ green 92 ◦ blue 82

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

Shades of Spicy Mix #865C52

Tints of Spicy Mix #865C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 43.51%
G = 29.87%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#865C52 (or 0x865C52) is known color: Spicy Mix. HEX triplet: 86, 5C and 52. RGB value is (134,92,82). Sum of RGB (Red+Green+Blue) = 134+92+82=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C52 is #79A3AD. Grayscale: #676767. Windows color (decimal): -7971758 or 5397638. OLE color: 5397638.

HSL color Cylindrical-coordinate representation of color #865C52: hue angle of 11.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865C52 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 82 -
CMYK 0 0.31 0.39 0.47
HSL 11.54º 0.24% 0.42% -
HSV(B) 11.54º 0.39% 0.53% -
XYZ 15.18 13.33 9.76 -
YUV 103.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 134 92 82 0 0.31 0.39 0.47 11.54 0.24 0.42
Hex 86 5C 52 0 1F 27 2F C 18 2A
Octal 206 134 122 0 37 47 57 14 30 52
Binary 10000110 1011100 1010010 0 11111 100111 101111 1100 11000 101010

Color Harmonies of #865C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C52

Black with #865C52

Text Example


Text Example

White with #865C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C52; }

 p { color: rgb(134,92,82); }

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

background-color css

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

 a { background-color: rgb(134,92,82); }

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

border-color css

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

 span { border-color: rgb(134,92,82); }

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