#84561F

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

Shades of Hot Curry #84561F

Tints of Hot Curry #84561F

Color information

#84561F (or 0x84561F) is unknown color: approx Hot Curry. HEX triplet: 84, 56 and 1F. RGB value is (132,86,31). Sum of RGB (Red+Green+Blue) = 132+86+31=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84561F is #7BA9E0. Grayscale: #5D5D5D. Windows color (decimal): -8104417 or 2053764. OLE color: 2053764.

HSL color Cylindrical-coordinate representation of color #84561F: hue angle of 32.67º degrees, saturation: 0.62, 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 #84561F is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1328631-
CMYK00.350.770.48
HSL32.67º61.96%31.96%-
HSV(B)32.67º76.52%51.76%-
XYZ13.0911.662.86-
YUV93.4892.74155.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=53.01%
G=34.54%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132863100.350.770.4832.6761.9631.96
Hex84561F0234D30213e20
Octal2041263704311560417640
Binary1000010010101101111101000111001101110000100001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84561F; }

 p { color: rgb(132,86,31); }

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

<style>
 a { background-color: #84561F; }

 a { background-color: rgb(132,86,31); }

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

<style>
 span { border-color: #84561F; }

 span { border-color: rgb(132,86,31); }

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