#86592A

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

Shades of Hot Curry #86592A

Tints of Hot Curry #86592A

Color information

#86592A (or 0x86592A) is unknown color: approx Hot Curry. HEX triplet: 86, 59 and 2A. RGB value is (134,89,42). Sum of RGB (Red+Green+Blue) = 134+89+42=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86592A is #79A6D5. Grayscale: #616161. Windows color (decimal): -7972566 or 2775430. OLE color: 2775430.

HSL color Cylindrical-coordinate representation of color #86592A: hue angle of 30.65º degrees, saturation: 0.52, 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 #86592A is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1348942-
CMYK00.340.690.47
HSL30.65º52.27%34.51%-
HSV(B)30.65º68.66%52.55%-
XYZ13.8212.383.85-
YUV97.196.91154.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=50.57%
G=33.58%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134894200.340.690.4730.6552.2734.51
Hex86592A022452F1f3423
Octal2061315204210557376443
Binary1000011010110011010100100010100010110111111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,89,42); }

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

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

 a { background-color: rgb(134,89,42); }

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

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

 span { border-color: rgb(134,89,42); }

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