Html Css Color HEX #855C4B Spicy Mix

📋 copy color: '#855C4B'

red 133 ◦ green 92 ◦ blue 75

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

Shades of Spicy Mix #855C4B

Tints of Spicy Mix #855C4B

RGB

 RED value IS 133 (52.34% from 255) = 44.33%

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

 BLUE value IS 75 (29.69% from 255) = 25%

R = 44.33%
G = 30.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#855C4B (or 0x855C4B) is known color: Spicy Mix. HEX triplet: 85, 5C and 4B. RGB value is (133,92,75). Sum of RGB (Red+Green+Blue) = 133+92+75=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C4B is #7AA3B4. Grayscale: #666666. Windows color (decimal): -8037301 or 4938885. OLE color: 4938885.

HSL color Cylindrical-coordinate representation of color #855C4B: hue angle of 17.59º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855C4B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 75 -
CMYK 0 0.31 0.44 0.48
HSL 17.59º 0.28% 0.41% -
HSV(B) 17.59º 0.44% 0.52% -
XYZ 14.77 13.15 8.42 -
YUV 102.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 133 92 75 0 0.31 0.44 0.48 17.59 0.28 0.41
Hex 85 5C 4B 0 1F 2C 30 12 1C 29
Octal 205 134 113 0 37 54 60 22 34 51
Binary 10000101 1011100 1001011 0 11111 101100 110000 10010 11100 101001

Color Harmonies of #855C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C4B

Black with #855C4B

Text Example


Text Example

White with #855C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855C4B; }

 p { color: rgb(133,92,75); }

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

background-color css

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

 a { background-color: rgb(133,92,75); }

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

border-color css

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

 span { border-color: rgb(133,92,75); }

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