#84571B

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

Shades of Hot Curry #84571B

Tints of Hot Curry #84571B

Color information

#84571B (or 0x84571B) is unknown color: approx Hot Curry. HEX triplet: 84, 57 and 1B. RGB value is (132,87,27). Sum of RGB (Red+Green+Blue) = 132+87+27=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84571B is #7BA8E4. Grayscale: #5D5D5D. Windows color (decimal): -8104165 or 1791876. OLE color: 1791876.

HSL color Cylindrical-coordinate representation of color #84571B: hue angle of 34.29º 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 #84571B is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1328727-
CMYK00.340.800.48
HSL34.29º66.04%31.18%-
HSV(B)34.29º79.55%51.76%-
XYZ13.1211.82.62-
YUV93.6290.41155.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=53.66%
G=35.37%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132872700.340.800.4834.2966.0431.18
Hex84571B022503022421f
Octal20412733042120604210237
Binary1000010010101111101101000101010000110000100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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