#84551C

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

Shades of Hot Curry #84551C

Tints of Hot Curry #84551C

Color information

#84551C (or 0x84551C) is unknown color: approx Hot Curry. HEX triplet: 84, 55 and 1C. RGB value is (132,85,28). Sum of RGB (Red+Green+Blue) = 132+85+28=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84551C is #7BAAE3. Grayscale: #5C5C5C. Windows color (decimal): -8104676 or 1856900. OLE color: 1856900.

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

Color convert

RGB1328528-
CMYK00.360.790.48
HSL32.88º65%31.37%-
HSV(B)32.88º78.79%51.76%-
XYZ12.9711.492.63-
YUV92.5691.57156.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=53.88%
G=34.69%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132852800.360.790.4832.886531.37
Hex84551C0244F3021411f
Octal20412534044117604110137
Binary1000010010101011110001001001001111110000100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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