#855A2E

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

Shades of Hot Curry #855A2E

Tints of Hot Curry #855A2E

Color information

#855A2E (or 0x855A2E) is unknown color: approx Hot Curry. HEX triplet: 85, 5A and 2E. RGB value is (133,90,46). Sum of RGB (Red+Green+Blue) = 133+90+46=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #855A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A2E is #7AA5D1. Grayscale: #626262. Windows color (decimal): -8037842 or 3037829. OLE color: 3037829.

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

Color convert

RGB1339046-
CMYK00.320.650.48
HSL30.34º48.6%35.1%-
HSV(B)30.34º65.41%52.16%-
XYZ13.8212.54.27-
YUV97.8498.75153.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=49.44%
G=33.46%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133904600.320.650.4830.3448.635.1
Hex855A2E02041301e3123
Octal2051325604010160366143
Binary1000010110110101011100100000100000111000011110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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