#855C2C

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

Shades of Hot Curry #855C2C

Tints of Hot Curry #855C2C

Color information

#855C2C (or 0x855C2C) is unknown color: approx Hot Curry. HEX triplet: 85, 5C and 2C. RGB value is (133,92,44). Sum of RGB (Red+Green+Blue) = 133+92+44=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #855C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C2C is #7AA3D3. Grayscale: #636363. Windows color (decimal): -8037332 or 2907269. OLE color: 2907269.

HSL color Cylindrical-coordinate representation of color #855C2C: hue angle of 32.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #855C2C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1339244-
CMYK00.310.670.48
HSL32.36º50.28%34.71%-
HSV(B)32.36º66.92%52.16%-
XYZ13.9512.824.12-
YUV98.7997.08152.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=49.44%
G=34.20%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133924400.310.670.4832.3650.2834.71
Hex855C2C01F4330203223
Octal2051345403710360406243
Binary1000010110111001011000111111000011110000100000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,92,44); }

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

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

 a { background-color: rgb(133,92,44); }

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

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

 span { border-color: rgb(133,92,44); }

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