#82541c

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

Shades of Hot Curry #82541C

Tints of Hot Curry #82541C

Color information

#82541C (or 0x82541C) is unknown color: approx Hot Curry. HEX triplet: 82, 54 and 1C. RGB value is (130,84,28). Sum of RGB (Red+Green+Blue) = 130+84+28=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82541C is #7DABE3. Grayscale: #5B5B5B. Windows color (decimal): -8236004 or 1856642. OLE color: 1856642.

HSL color Cylindrical-coordinate representation of color #82541C: hue angle of 32.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82541C is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1308428-
CMYK00.350.780.49
HSL32.94º64.56%30.98%-
HSV(B)32.94º78.46%50.98%-
XYZ12.5911.172.59-
YUV91.3792.24155.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=53.72%
G=34.71%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130842800.350.780.4932.9464.5630.98
Hex82541C0234E3121411f
Octal20212434043116614110137
Binary1000001010101001110001000111001110110001100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82541c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82541c; }

 p { color: rgb(130,84,28); }

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

<style>
 a { background-color: #82541c; }

 a { background-color: rgb(130,84,28); }

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

<style>
 span { border-color: #82541c; }

 span { border-color: rgb(130,84,28); }

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