#85582A

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

Shades of Hot Curry #85582A

Tints of Hot Curry #85582A

Color information

#85582A (or 0x85582A) is unknown color: approx Hot Curry. HEX triplet: 85, 58 and 2A. RGB value is (133,88,42). Sum of RGB (Red+Green+Blue) = 133+88+42=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85582A is #7AA7D5. Grayscale: #606060. Windows color (decimal): -8038358 or 2775173. OLE color: 2775173.

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

Color convert

RGB1338842-
CMYK00.340.680.48
HSL30.33º52%34.31%-
HSV(B)30.33º68.42%52.16%-
XYZ13.5812.133.82-
YUV96.2197.41154.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=50.57%
G=33.46%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133884200.340.680.4830.335234.31
Hex85582A02244301e3422
Octal2051305204210460366442
Binary1000010110110001010100100010100010011000011110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85582A; }

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

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

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

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

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

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

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

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