#826630

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

Shades of Hot Curry #826630

Tints of Hot Curry #826630

Color information

#826630 (or 0x826630) is unknown color: approx Hot Curry. HEX triplet: 82, 66 and 30. RGB value is (130,102,48). Sum of RGB (Red+Green+Blue) = 130+102+48=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826630 is #7D99CF. Grayscale: #686868. Windows color (decimal): -8231376 or 3171970. OLE color: 3171970.

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

Color convert

RGB13010248-
CMYK00.220.630.49
HSL39.51º46.07%34.9%-
HSV(B)39.51º63.08%50.98%-
XYZ14.4914.464.82-
YUV104.2296.28146.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=46.43%
G=36.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301024800.220.630.4939.5146.0734.9
Hex8266300163F31282e23
Octal202146600267761505643
Binary100000101100110110000010110111111110001101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826630; }

 p { color: rgb(130,102,48); }

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

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

 a { background-color: rgb(130,102,48); }

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

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

 span { border-color: rgb(130,102,48); }

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