#855F23

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

Shades of Hot Curry #855F23

Tints of Hot Curry #855F23

Color information

#855F23 (or 0x855F23) is unknown color: approx Hot Curry. HEX triplet: 85, 5F and 23. RGB value is (133,95,35). Sum of RGB (Red+Green+Blue) = 133+95+35=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F23 is #7AA0DC. Grayscale: #636363. Windows color (decimal): -8036573 or 2318213. OLE color: 2318213.

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

Color convert

RGB1339535-
CMYK00.290.740.48
HSL36.73º58.33%32.94%-
HSV(B)36.73º73.68%52.16%-
XYZ14.0713.293.41-
YUV99.5291.59151.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=50.57%
G=36.12%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133953500.290.740.4836.7358.3332.94
Hex855F2301D4A30253a21
Octal2051374303511260457241
Binary1000010110111111000110111011001010110000100101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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