#825616

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

Shades of Hot Curry #825616

Tints of Hot Curry #825616

Color information

#825616 (or 0x825616) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 16. RGB value is (130,86,22). Sum of RGB (Red+Green+Blue) = 130+86+22=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #825616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825616 is #7DA9E9. Grayscale: #5C5C5C. Windows color (decimal): -8235498 or 1463938. OLE color: 1463938.

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

Color convert

RGB1308622-
CMYK00.340.830.49
HSL35.56º71.05%29.8%-
HSV(B)35.56º83.08%50.98%-
XYZ12.6811.462.3-
YUV91.8688.58155.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=54.62%
G=36.13%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130862200.340.830.4935.5671.0529.8
Hex825616022533124471e
Octal20212626042123614410736
Binary1000001010101101011001000101010011110001100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825616; }

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

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

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

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

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

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

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

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