#855820

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

Shades of Hot Curry #855820

Tints of Hot Curry #855820

Color information

#855820 (or 0x855820) is unknown color: approx Hot Curry. HEX triplet: 85, 58 and 20. RGB value is (133,88,32). Sum of RGB (Red+Green+Blue) = 133+88+32=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855820 is #7AA7DF. Grayscale: #5F5F5F. Windows color (decimal): -8038368 or 2119813. OLE color: 2119813.

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

Color convert

RGB1338832-
CMYK00.340.760.48
HSL33.27º61.21%32.35%-
HSV(B)33.27º75.94%52.16%-
XYZ13.4212.072.99-
YUV95.0792.41155.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=52.57%
G=34.78%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133883200.340.760.4833.2761.2132.35
Hex8558200224C30213d20
Octal2051304004211460417540
Binary10000101101100010000001000101001100110000100001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855820; }

 p { color: rgb(133,88,32); }

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

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

 a { background-color: rgb(133,88,32); }

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

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

 span { border-color: rgb(133,88,32); }

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