Html Css Color HEX #856429 Hot Curry

📋 copy color: '#856429'

red 133 ◦ green 100 ◦ blue 41

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

Shades of Hot Curry #856429

Tints of Hot Curry #856429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 48.54%
G = 36.5%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#856429 (or 0x856429) is known color: Hot Curry. HEX triplet: 85, 64 and 29. RGB value is (133,100,41). Sum of RGB (Red+Green+Blue) = 133+100+41=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856429 is #7A9BD6. Grayscale: #676767. Windows color (decimal): -8035287 or 2712709. OLE color: 2712709.

HSL color Cylindrical-coordinate representation of color #856429: hue angle of 38.48º 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 #856429 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 41 -
CMYK 0 0.25 0.69 0.48
HSL 38.48º 0.53% 0.34% -
HSV(B) 38.48º 0.69% 0.52% -
XYZ 14.63 14.26 4.08 -
YUV 103.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 133 100 41 0 0.25 0.69 0.48 38.48 0.53 0.34
Hex 85 64 29 0 19 45 30 26 35 22
Octal 205 144 51 0 31 105 60 46 65 42
Binary 10000101 1100100 101001 0 11001 1000101 110000 100110 110101 100010

Color Harmonies of #856429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856429

Black with #856429

Text Example


Text Example

White with #856429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856429; }

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

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

background-color css

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

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

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

border-color css

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

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

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