#855A25

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

Shades of Hot Curry #855A25

Tints of Hot Curry #855A25

Color information

#855A25 (or 0x855A25) is unknown color: approx Hot Curry. HEX triplet: 85, 5A and 25. RGB value is (133,90,37). Sum of RGB (Red+Green+Blue) = 133+90+37=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A25 is #7AA5DA. Grayscale: #616161. Windows color (decimal): -8037851 or 2448005. OLE color: 2448005.

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

Color convert

RGB1339037-
CMYK00.320.720.48
HSL33.12º56.47%33.33%-
HSV(B)33.12º72.18%52.16%-
XYZ13.6612.433.43-
YUV96.8294.25153.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=51.15%
G=34.62%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133903700.320.720.4833.1256.4733.33
Hex855A250204830213821
Octal2051324504011060417041
Binary10000101101101010010101000001001000110000100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,37); }

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

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

 a { background-color: rgb(133,90,37); }

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

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

 span { border-color: rgb(133,90,37); }

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