#84551D

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

Shades of Hot Curry #84551D

Tints of Hot Curry #84551D

Color information

#84551D (or 0x84551D) is unknown color: approx Hot Curry. HEX triplet: 84, 55 and 1D. RGB value is (132,85,29). Sum of RGB (Red+Green+Blue) = 132+85+29=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84551D is #7BAAE2. Grayscale: #5C5C5C. Windows color (decimal): -8104675 or 1922436. OLE color: 1922436.

HSL color Cylindrical-coordinate representation of color #84551D: hue angle of 32.62º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84551D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1328529-
CMYK00.360.780.48
HSL32.62º63.98%31.57%-
HSV(B)32.62º78.03%51.76%-
XYZ12.9911.492.7-
YUV92.6792.07156.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=53.66%
G=34.55%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132852900.360.780.4832.6263.9831.57
Hex84551D0244E30214020
Octal20412535044116604110040
Binary10000100101010111101010010010011101100001000011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84551D; }

 p { color: rgb(132,85,29); }

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

<style>
 a { background-color: #84551D; }

 a { background-color: rgb(132,85,29); }

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

<style>
 span { border-color: #84551D; }

 span { border-color: rgb(132,85,29); }

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