#826230

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

Shades of Hot Curry #826230

Tints of Hot Curry #826230

Color information

#826230 (or 0x826230) is unknown color: approx Hot Curry. HEX triplet: 82, 62 and 30. RGB value is (130,98,48). Sum of RGB (Red+Green+Blue) = 130+98+48=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #826230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826230 is #7D9DCF. Grayscale: #666666. Windows color (decimal): -8232400 or 3170946. OLE color: 3170946.

HSL color Cylindrical-coordinate representation of color #826230: hue angle of 36.59º 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 #826230 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1309848-
CMYK00.250.630.49
HSL36.59º46.07%34.9%-
HSV(B)36.59º63.08%50.98%-
XYZ14.1113.694.7-
YUV101.8797.6148.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=47.10%
G=35.51%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130984800.250.630.4936.5946.0734.9
Hex8262300193F31252e23
Octal202142600317761455643
Binary100000101100010110000011001111111110001100101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826230; }

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

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

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

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

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

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

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

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