#82442E

Color #82442E Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #82442E

Tints of Cumin #82442E

Color information

#82442E (or 0x82442E) is unknown color: approx Cumin. HEX triplet: 82, 44 and 2E. RGB value is (130,68,46). Sum of RGB (Red+Green+Blue) = 130+68+46=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82442E is #7DBBD1. Grayscale: #545454. Windows color (decimal): -8240082 or 3032194. OLE color: 3032194.

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

Color convert

RGB1306846-
CMYK00.480.650.49
HSL15.71º47.73%34.51%-
HSV(B)15.71º64.62%50.98%-
XYZ11.779.083.72-
YUV84.03106.54160.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=53.28%
G=27.87%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130684600.480.650.4915.7147.7334.51
Hex82442E0304131103023
Octal2021045606010161206043
Binary1000001010001001011100110000100000111000110000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82442E; }

 p { color: rgb(130,68,46); }

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

<style>
 a { background-color: #82442E; }

 a { background-color: rgb(130,68,46); }

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

<style>
 span { border-color: #82442E; }

 span { border-color: rgb(130,68,46); }

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