#86551A

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

Shades of Hot Curry #86551A

Tints of Hot Curry #86551A

Color information

#86551A (or 0x86551A) is unknown color: approx Hot Curry. HEX triplet: 86, 55 and 1A. RGB value is (134,85,26). Sum of RGB (Red+Green+Blue) = 134+85+26=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86551A is #79AAE5. Grayscale: #5D5D5D. Windows color (decimal): -7973606 or 1725830. OLE color: 1725830.

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

Color convert

RGB1348526-
CMYK00.370.810.47
HSL32.78º67.5%31.37%-
HSV(B)32.78º80.6%52.55%-
XYZ13.2711.642.52-
YUV92.9290.23157.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=54.69%
G=34.69%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134852600.370.810.4732.7867.531.37
Hex86551A025512F21441f
Octal20612532045121574110437
Binary1000011010101011101001001011010001101111100001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,85,26); }

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

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

 a { background-color: rgb(134,85,26); }

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

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

 span { border-color: rgb(134,85,26); }

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