#86582C

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

Shades of Hot Curry #86582C

Tints of Hot Curry #86582C

Color information

#86582C (or 0x86582C) is unknown color: approx Hot Curry. HEX triplet: 86, 58 and 2C. RGB value is (134,88,44). Sum of RGB (Red+Green+Blue) = 134+88+44=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86582C is #79A7D3. Grayscale: #606060. Windows color (decimal): -7972820 or 2906246. OLE color: 2906246.

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

Color convert

RGB1348844-
CMYK00.340.670.47
HSL29.33º50.56%34.9%-
HSV(B)29.33º67.16%52.55%-
XYZ13.7812.234.02-
YUV96.7498.24154.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=50.38%
G=33.08%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134884400.340.670.4729.3350.5634.9
Hex86582C022432F1d3323
Octal2061305404210357356343
Binary1000011010110001011000100010100001110111111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86582C; }

 p { color: rgb(134,88,44); }

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

<style>
 a { background-color: #86582C; }

 a { background-color: rgb(134,88,44); }

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

<style>
 span { border-color: #86582C; }

 span { border-color: rgb(134,88,44); }

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