Html Css Color HEX #856329 Hot Curry

📋 copy color: '#856329'

red 133 ◦ green 99 ◦ blue 41

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

Shades of Hot Curry #856329

Tints of Hot Curry #856329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 48.72%
G = 36.26%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#856329 (or 0x856329) is known color: Hot Curry. HEX triplet: 85, 63 and 29. RGB value is (133,99,41). Sum of RGB (Red+Green+Blue) = 133+99+41=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856329 is #7A9CD6. Grayscale: #666666. Windows color (decimal): -8035543 or 2712453. OLE color: 2712453.

HSL color Cylindrical-coordinate representation of color #856329: hue angle of 37.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #856329 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 41 -
CMYK 0 0.26 0.69 0.48
HSL 37.83º 0.53% 0.34% -
HSV(B) 37.83º 0.69% 0.52% -
XYZ 14.53 14.07 4.05 -
YUV 102.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 133 99 41 0 0.26 0.69 0.48 37.83 0.53 0.34
Hex 85 63 29 0 1A 45 30 26 35 22
Octal 205 143 51 0 32 105 60 46 65 42
Binary 10000101 1100011 101001 0 11010 1000101 110000 100110 110101 100010

Color Harmonies of #856329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856329

Black with #856329

Text Example


Text Example

White with #856329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856329; }

 p { color: rgb(133,99,41); }

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

background-color css

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

 a { background-color: rgb(133,99,41); }

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

border-color css

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

 span { border-color: rgb(133,99,41); }

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