#82541B

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

Shades of Hot Curry #82541B

Tints of Hot Curry #82541B

Color information

#82541B (or 0x82541B) is unknown color: approx Hot Curry. HEX triplet: 82, 54 and 1B. RGB value is (130,84,27). Sum of RGB (Red+Green+Blue) = 130+84+27=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82541B is #7DABE4. Grayscale: #5B5B5B. Windows color (decimal): -8236005 or 1791106. OLE color: 1791106.

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

Color convert

RGB1308427-
CMYK00.350.790.49
HSL33.2º65.61%30.78%-
HSV(B)33.2º79.23%50.98%-
XYZ12.5711.172.53-
YUV91.2691.74155.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=53.94%
G=34.85%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130842700.350.790.4933.265.6130.78
Hex82541B0234F3121421f
Octal20212433043117614110237
Binary1000001010101001101101000111001111110001100001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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