#82551B

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

Shades of Hot Curry #82551B

Tints of Hot Curry #82551B

Color information

#82551B (or 0x82551B) is unknown color: approx Hot Curry. HEX triplet: 82, 55 and 1B. RGB value is (130,85,27). Sum of RGB (Red+Green+Blue) = 130+85+27=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82551B is #7DAAE4. Grayscale: #5C5C5C. Windows color (decimal): -8235749 or 1791362. OLE color: 1791362.

HSL color Cylindrical-coordinate representation of color #82551B: hue angle of 33.79º 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 #82551B is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1308527-
CMYK00.350.790.49
HSL33.79º65.61%30.78%-
HSV(B)33.79º79.23%50.98%-
XYZ12.6511.322.56-
YUV91.8491.41155.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=53.72%
G=35.12%
B=11.16%

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
Decimal130852700.350.790.4933.7965.6130.78
Hex82551B0234F3122421f
Octal20212533043117614210237
Binary1000001010101011101101000111001111110001100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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