Html Css Color HEX #845D4B Spicy Mix

📋 copy color: '#845D4B'

red 132 ◦ green 93 ◦ blue 75

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

Shades of Spicy Mix #845D4B

Tints of Spicy Mix #845D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 44%
G = 31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#845D4B (or 0x845D4B) is known color: Spicy Mix. HEX triplet: 84, 5D and 4B. RGB value is (132,93,75). Sum of RGB (Red+Green+Blue) = 132+93+75=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #845D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D4B is #7BA2B4. Grayscale: #666666. Windows color (decimal): -8102581 or 4939140. OLE color: 4939140.

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

Color convert

RGB 132 93 75 -
CMYK 0 0.30 0.43 0.48
HSL 18.95º 0.28% 0.41% -
HSV(B) 18.95º 0.43% 0.52% -
XYZ 14.7 13.24 8.44 -
YUV 102.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 132 93 75 0 0.30 0.43 0.48 18.95 0.28 0.41
Hex 84 5D 4B 0 1E 2B 30 13 1C 29
Octal 204 135 113 0 36 53 60 23 34 51
Binary 10000100 1011101 1001011 0 11110 101011 110000 10011 11100 101001

Color Harmonies of #845D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D4B

Black with #845D4B

Text Example


Text Example

White with #845D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845D4B; }

 p { color: rgb(132,93,75); }

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

background-color css

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

 a { background-color: rgb(132,93,75); }

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

border-color css

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

 span { border-color: rgb(132,93,75); }

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