#855A20

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

Shades of Hot Curry #855A20

Tints of Hot Curry #855A20

Color information

#855A20 (or 0x855A20) is unknown color: approx Hot Curry. HEX triplet: 85, 5A and 20. RGB value is (133,90,32). Sum of RGB (Red+Green+Blue) = 133+90+32=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A20 is #7AA5DF. Grayscale: #606060. Windows color (decimal): -8037856 or 2120325. OLE color: 2120325.

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

Color convert

RGB1339032-
CMYK00.320.760.48
HSL34.46º61.21%32.35%-
HSV(B)34.46º75.94%52.16%-
XYZ13.5912.43.04-
YUV96.2491.75154.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=52.16%
G=35.29%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133903200.320.760.4834.4661.2132.35
Hex855A200204C30223d20
Octal2051324004011460427540
Binary10000101101101010000001000001001100110000100010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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