#855B29

Color #855B29 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #855B29

Tints of Hot Curry #855B29

Color information

#855B29 (or 0x855B29) is unknown color: approx Hot Curry. HEX triplet: 85, 5B and 29. RGB value is (133,91,41). Sum of RGB (Red+Green+Blue) = 133+91+41=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B29 is #7AA4D6. Grayscale: #626262. Windows color (decimal): -8037591 or 2710405. OLE color: 2710405.

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

Color convert

RGB1339141-
CMYK00.320.690.48
HSL32.61º52.87%34.12%-
HSV(B)32.61º69.17%52.16%-
XYZ13.8112.633.81-
YUV97.8695.91153.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=50.19%
G=34.34%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133914100.320.690.4832.6152.8734.12
Hex855B290204530213522
Octal2051335104010560416542
Binary10000101101101110100101000001000101110000100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B29; }

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

 H1.HeaderClassName
 {
   color: #855B29;
 }
 .AnyTagClassName
 {
   color: #855B29;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #855B29;
 }
 .BgClassName
 {
   background-color: #855B29;
 }
</style>
border-color css

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

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

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