#826631

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

Shades of Hot Curry #826631

Tints of Hot Curry #826631

Color information

#826631 (or 0x826631) is unknown color: approx Hot Curry. HEX triplet: 82, 66 and 31. RGB value is (130,102,49). Sum of RGB (Red+Green+Blue) = 130+102+49=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826631 is #7D99CE. Grayscale: #686868. Windows color (decimal): -8231375 or 3237506. OLE color: 3237506.

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

Color convert

RGB13010249-
CMYK00.220.620.49
HSL39.26º45.25%35.1%-
HSV(B)39.26º62.31%50.98%-
XYZ14.5114.474.93-
YUV104.3396.78146.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=46.26%
G=36.30%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301024900.220.620.4939.2645.2535.1
Hex8266310163E31272d23
Octal202146610267661475543
Binary100000101100110110001010110111110110001100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826631; }

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

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

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

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

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

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

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

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