Html Css Color HEX #856029 Hot Curry

📋 copy color: '#856029'

red 133 ◦ green 96 ◦ blue 41

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

Shades of Hot Curry #856029

Tints of Hot Curry #856029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

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

R = 49.26%
G = 35.56%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#856029 (or 0x856029) is known color: Hot Curry. HEX triplet: 85, 60 and 29. RGB value is (133,96,41). Sum of RGB (Red+Green+Blue) = 133+96+41=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #856029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856029 is #7A9FD6. Grayscale: #656565. Windows color (decimal): -8036311 or 2711685. OLE color: 2711685.

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

Color convert

RGB 133 96 41 -
CMYK 0 0.28 0.69 0.48
HSL 35.87º 0.53% 0.34% -
HSV(B) 35.87º 0.69% 0.52% -
XYZ 14.26 13.51 3.95 -
YUV 100.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 133 96 41 0 0.28 0.69 0.48 35.87 0.53 0.34
Hex 85 60 29 0 1C 45 30 24 35 22
Octal 205 140 51 0 34 105 60 44 65 42
Binary 10000101 1100000 101001 0 11100 1000101 110000 100100 110101 100010

Color Harmonies of #856029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856029

Black with #856029

Text Example


Text Example

White with #856029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856029; }

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

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

background-color css

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

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

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

border-color css

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

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

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