#855F22

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

Shades of Hot Curry #855F22

Tints of Hot Curry #855F22

Color information

#855F22 (or 0x855F22) is unknown color: approx Hot Curry. HEX triplet: 85, 5F and 22. RGB value is (133,95,34). Sum of RGB (Red+Green+Blue) = 133+95+34=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #855F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F22 is #7AA0DD. Grayscale: #636363. Windows color (decimal): -8036574 or 2252677. OLE color: 2252677.

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

Color convert

RGB1339534-
CMYK00.290.740.48
HSL36.97º59.28%32.75%-
HSV(B)36.97º74.44%52.16%-
XYZ14.0513.293.34-
YUV99.4191.09151.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 34 (13.67% from 255) = 12.98%
R=50.76%
G=36.26%
B=12.98%

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
Decimal133953400.290.740.4836.9759.2832.75
Hex855F2201D4A30253b21
Octal2051374203511260457341
Binary1000010110111111000100111011001010110000100101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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