#855E2E

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

Shades of Hot Curry #855E2E

Tints of Hot Curry #855E2E

Color information

#855E2E (or 0x855E2E) is unknown color: approx Hot Curry. HEX triplet: 85, 5E and 2E. RGB value is (133,94,46). Sum of RGB (Red+Green+Blue) = 133+94+46=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E2E is #7AA1D1. Grayscale: #646464. Windows color (decimal): -8036818 or 3038853. OLE color: 3038853.

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

Color convert

RGB1339446-
CMYK00.290.650.48
HSL33.1º48.6%35.1%-
HSV(B)33.1º65.41%52.16%-
XYZ14.1713.194.38-
YUV100.1997.42151.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=48.72%
G=34.43%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133944600.290.650.4833.148.635.1
Hex855E2E01D4130213123
Octal2051365603510160416143
Binary1000010110111101011100111011000001110000100001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,94,46); }

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

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

 a { background-color: rgb(133,94,46); }

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

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

 span { border-color: rgb(133,94,46); }

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