#84581E

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

Shades of Hot Curry #84581E

Tints of Hot Curry #84581E

Color information

#84581E (or 0x84581E) is unknown color: approx Hot Curry. HEX triplet: 84, 58 and 1E. RGB value is (132,88,30). Sum of RGB (Red+Green+Blue) = 132+88+30=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84581E is #7BA7E1. Grayscale: #5E5E5E. Windows color (decimal): -8103906 or 1988740. OLE color: 1988740.

HSL color Cylindrical-coordinate representation of color #84581E: hue angle of 34.12º 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 #84581E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1328830-
CMYK00.330.770.48
HSL34.12º62.96%31.76%-
HSV(B)34.12º77.27%51.76%-
XYZ13.2411.982.84-
YUV94.5491.58154.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 30 (12.11% from 255) = 12%
R=52.8%
G=35.2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132883000.330.770.4834.1262.9631.76
Hex84581E0214D30223f20
Octal2041303604111560427740
Binary1000010010110001111001000011001101110000100010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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