#855B2B

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

Shades of Hot Curry #855B2B

Tints of Hot Curry #855B2B

Color information

#855B2B (or 0x855B2B) is unknown color: approx Hot Curry. HEX triplet: 85, 5B and 2B. RGB value is (133,91,43). Sum of RGB (Red+Green+Blue) = 133+91+43=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B2B is #7AA4D4. Grayscale: #626262. Windows color (decimal): -8037589 or 2841477. OLE color: 2841477.

HSL color Cylindrical-coordinate representation of color #855B2B: hue angle of 32º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #855B2B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1339143-
CMYK00.320.680.48
HSL32º51.14%34.51%-
HSV(B)32º67.67%52.16%-
XYZ13.8512.644-
YUV98.0996.91152.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=49.81%
G=34.08%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133914300.320.680.483251.1434.51
Hex855B2B0204430203323
Octal2051335304010460406343
Binary10000101101101110101101000001000100110000100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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