#855D23

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

Shades of Hot Curry #855D23

Tints of Hot Curry #855D23

Color information

#855D23 (or 0x855D23) is unknown color: approx Hot Curry. HEX triplet: 85, 5D and 23. RGB value is (133,93,35). Sum of RGB (Red+Green+Blue) = 133+93+35=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #855D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D23 is #7AA2DC. Grayscale: #626262. Windows color (decimal): -8037085 or 2317701. OLE color: 2317701.

HSL color Cylindrical-coordinate representation of color #855D23: hue angle of 35.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #855D23 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1339335-
CMYK00.300.740.48
HSL35.51º58.33%32.94%-
HSV(B)35.51º73.68%52.16%-
XYZ13.8912.943.36-
YUV98.3592.25152.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 35 (14.06% from 255) = 13.41%
R=50.96%
G=35.63%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133933500.300.740.4835.5158.3332.94
Hex855D2301E4A30243a21
Octal2051354303611260447241
Binary1000010110111011000110111101001010110000100100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,35); }

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

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

 a { background-color: rgb(133,93,35); }

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

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

 span { border-color: rgb(133,93,35); }

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