#82552A

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

Shades of Hot Curry #82552A

Tints of Hot Curry #82552A

Color information

#82552A (or 0x82552A) is unknown color: approx Hot Curry. HEX triplet: 82, 55 and 2A. RGB value is (130,85,42). Sum of RGB (Red+Green+Blue) = 130+85+42=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82552A is #7DAAD5. Grayscale: #5D5D5D. Windows color (decimal): -8235734 or 2774402. OLE color: 2774402.

HSL color Cylindrical-coordinate representation of color #82552A: hue angle of 29.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82552A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1308542-
CMYK00.350.680.49
HSL29.32º51.16%33.73%-
HSV(B)29.32º67.69%50.98%-
XYZ12.8711.413.71-
YUV93.5598.91154-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=50.58%
G=33.07%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130854200.350.680.4929.3251.1633.73
Hex82552A02344311d3322
Octal2021255204310461356342
Binary1000001010101011010100100011100010011000111101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82552A; }

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

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

<style>
 a { background-color: #82552A; }

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

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

<style>
 span { border-color: #82552A; }

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

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