#84591B

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

Shades of Hot Curry #84591B

Tints of Hot Curry #84591B

Color information

#84591B (or 0x84591B) is unknown color: approx Hot Curry. HEX triplet: 84, 59 and 1B. RGB value is (132,89,27). Sum of RGB (Red+Green+Blue) = 132+89+27=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84591B is #7BA6E4. Grayscale: #5F5F5F. Windows color (decimal): -8103653 or 1792388. OLE color: 1792388.

HSL color Cylindrical-coordinate representation of color #84591B: hue angle of 35.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84591B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1328927-
CMYK00.330.800.48
HSL35.43º66.04%31.18%-
HSV(B)35.43º79.55%51.76%-
XYZ13.2912.132.68-
YUV94.7989.75154.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=53.23%
G=35.89%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132892700.330.800.4835.4366.0431.18
Hex84591B021503023421f
Octal20413133041120604310237
Binary1000010010110011101101000011010000110000100011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84591B; }

 p { color: rgb(132,89,27); }

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

<style>
 a { background-color: #84591B; }

 a { background-color: rgb(132,89,27); }

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

<style>
 span { border-color: #84591B; }

 span { border-color: rgb(132,89,27); }

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