#85581D

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

Shades of Hot Curry #85581D

Tints of Hot Curry #85581D

Color information

#85581D (or 0x85581D) is unknown color: approx Hot Curry. HEX triplet: 85, 58 and 1D. RGB value is (133,88,29). Sum of RGB (Red+Green+Blue) = 133+88+29=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85581D is #7AA7E2. Grayscale: #5F5F5F. Windows color (decimal): -8038371 or 1923205. OLE color: 1923205.

HSL color Cylindrical-coordinate representation of color #85581D: hue angle of 34.04º 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 #85581D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1338829-
CMYK00.340.780.48
HSL34.04º64.2%31.76%-
HSV(B)34.04º78.2%52.16%-
XYZ13.3812.052.78-
YUV94.7390.91155.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=53.2%
G=35.2%
B=11.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133882900.340.780.4834.0464.231.76
Hex85581D0224E30224020
Octal20513035042116604210040
Binary10000101101100011101010001010011101100001000101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85581D; }

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

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

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

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

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

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

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

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