#825619

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

Shades of Hot Curry #825619

Tints of Hot Curry #825619

Color information

#825619 (or 0x825619) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 19. RGB value is (130,86,25). Sum of RGB (Red+Green+Blue) = 130+86+25=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825619 is #7DA9E6. Grayscale: #5C5C5C. Windows color (decimal): -8235495 or 1660546. OLE color: 1660546.

HSL color Cylindrical-coordinate representation of color #825619: hue angle of 34.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #825619 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1308625-
CMYK00.340.810.49
HSL34.86º67.74%30.39%-
HSV(B)34.86º80.77%50.98%-
XYZ12.7111.472.46-
YUV92.290.08154.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=53.94%
G=35.68%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130862500.340.810.4934.8667.7430.39
Hex825619022513123441e
Octal20212631042121614310436
Binary1000001010101101100101000101010001110001100011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825619; }

 p { color: rgb(130,86,25); }

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

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

 a { background-color: rgb(130,86,25); }

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

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

 span { border-color: rgb(130,86,25); }

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