Html Css Color HEX #856128 Hot Curry

📋 copy color: '#856128'

red 133 ◦ green 97 ◦ blue 40

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

Shades of Hot Curry #856128

Tints of Hot Curry #856128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 49.26%
G = 35.93%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#856128 (or 0x856128) is known color: Hot Curry. HEX triplet: 85, 61 and 28. RGB value is (133,97,40). Sum of RGB (Red+Green+Blue) = 133+97+40=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #856128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856128 is #7A9ED7. Grayscale: #656565. Windows color (decimal): -8036056 or 2646405. OLE color: 2646405.

HSL color Cylindrical-coordinate representation of color #856128: hue angle of 36.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #856128 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 40 -
CMYK 0 0.27 0.70 0.48
HSL 36.77º 0.54% 0.34% -
HSV(B) 36.77º 0.7% 0.52% -
XYZ 14.33 13.69 3.89 -
YUV 101.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 133 97 40 0 0.27 0.70 0.48 36.77 0.54 0.34
Hex 85 61 28 0 1B 46 30 25 36 22
Octal 205 141 50 0 33 106 60 45 66 42
Binary 10000101 1100001 101000 0 11011 1000110 110000 100101 110110 100010

Color Harmonies of #856128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856128

Black with #856128

Text Example


Text Example

White with #856128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856128; }

 p { color: rgb(133,97,40); }

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

background-color css

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

 a { background-color: rgb(133,97,40); }

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

border-color css

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

 span { border-color: rgb(133,97,40); }

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