#84601E

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

Shades of Hot Curry #84601E

Tints of Hot Curry #84601E

Color information

#84601E (or 0x84601E) is unknown color: approx Hot Curry. HEX triplet: 84, 60 and 1E. RGB value is (132,96,30). Sum of RGB (Red+Green+Blue) = 132+96+30=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84601E is #7B9FE1. Grayscale: #636363. Windows color (decimal): -8101858 or 1990788. OLE color: 1990788.

HSL color Cylindrical-coordinate representation of color #84601E: hue angle of 38.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84601E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1329630-
CMYK00.270.770.48
HSL38.82º62.96%31.76%-
HSV(B)38.82º77.27%51.76%-
XYZ13.9313.373.07-
YUV99.2488.93151.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=51.16%
G=37.21%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132963000.270.770.4838.8262.9631.76
Hex84601E01B4D30273f20
Octal2041403603311560477740
Binary100001001100000111100110111001101110000100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84601E; }

 p { color: rgb(132,96,30); }

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

<style>
 a { background-color: #84601E; }

 a { background-color: rgb(132,96,30); }

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

<style>
 span { border-color: #84601E; }

 span { border-color: rgb(132,96,30); }

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