#855B1C

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

Shades of Hot Curry #855B1C

Tints of Hot Curry #855B1C

Color information

#855B1C (or 0x855B1C) is unknown color: approx Hot Curry. HEX triplet: 85, 5B and 1C. RGB value is (133,91,28). Sum of RGB (Red+Green+Blue) = 133+91+28=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B1C is #7AA4E3. Grayscale: #606060. Windows color (decimal): -8037604 or 1858437. OLE color: 1858437.

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

Color convert

RGB1339128-
CMYK00.320.790.48
HSL36º65.22%31.57%-
HSV(B)36º78.95%52.16%-
XYZ13.6212.552.8-
YUV96.3889.41154.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=52.78%
G=36.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133912800.320.790.483665.2231.57
Hex855B1C0204F30244120
Octal20513334040117604410140
Binary10000101101101111100010000010011111100001001001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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