#87582A

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

Shades of Hot Curry #87582A

Tints of Hot Curry #87582A

Color information

#87582A (or 0x87582A) is unknown color: approx Hot Curry. HEX triplet: 87, 58 and 2A. RGB value is (135,88,42). Sum of RGB (Red+Green+Blue) = 135+88+42=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87582A is #78A7D5. Grayscale: #616161. Windows color (decimal): -7907286 or 2775175. OLE color: 2775175.

HSL color Cylindrical-coordinate representation of color #87582A: hue angle of 29.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87582A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1358842-
CMYK00.350.690.47
HSL29.68º52.54%34.71%-
HSV(B)29.68º68.89%52.94%-
XYZ13.912.33.83-
YUV96.8197.07155.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=50.94%
G=33.21%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135884200.350.690.4729.6852.5434.71
Hex87582A023452F1e3523
Octal2071305204310557366543
Binary1000011110110001010100100011100010110111111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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