#855A1D

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

Shades of Hot Curry #855A1D

Tints of Hot Curry #855A1D

Color information

#855A1D (or 0x855A1D) is unknown color: approx Hot Curry. HEX triplet: 85, 5A and 1D. RGB value is (133,90,29). Sum of RGB (Red+Green+Blue) = 133+90+29=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A1D is #7AA5E2. Grayscale: #606060. Windows color (decimal): -8037859 or 1923717. OLE color: 1923717.

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

Color convert

RGB1339029-
CMYK00.320.780.48
HSL35.19º64.2%31.76%-
HSV(B)35.19º78.2%52.16%-
XYZ13.5512.392.84-
YUV95.990.25154.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=52.78%
G=35.71%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133902900.320.780.4835.1964.231.76
Hex855A1D0204E30234020
Octal20513235040116604310040
Binary10000101101101011101010000010011101100001000111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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