#826430

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

Shades of Hot Curry #826430

Tints of Hot Curry #826430

Color information

#826430 (or 0x826430) is unknown color: approx Hot Curry. HEX triplet: 82, 64 and 30. RGB value is (130,100,48). Sum of RGB (Red+Green+Blue) = 130+100+48=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #826430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826430 is #7D9BCF. Grayscale: #676767. Windows color (decimal): -8231888 or 3171458. OLE color: 3171458.

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

Color convert

RGB13010048-
CMYK00.230.630.49
HSL38.05º46.07%34.9%-
HSV(B)38.05º63.08%50.98%-
XYZ14.314.074.76-
YUV103.0496.94147.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=46.76%
G=35.97%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301004800.230.630.4938.0546.0734.9
Hex8264300173F31262e23
Octal202144600277761465643
Binary100000101100100110000010111111111110001100110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826430; }

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

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

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

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

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

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

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

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