#825622

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

Shades of Hot Curry #825622

Tints of Hot Curry #825622

Color information

#825622 (or 0x825622) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 22. RGB value is (130,86,34). Sum of RGB (Red+Green+Blue) = 130+86+34=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825622 is #7DA9DD. Grayscale: #5D5D5D. Windows color (decimal): -8235486 or 2250370. OLE color: 2250370.

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

Color convert

RGB1308634-
CMYK00.340.740.49
HSL32.5º58.54%32.16%-
HSV(B)32.5º73.85%50.98%-
XYZ12.8211.523.06-
YUV93.2394.58154.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=52%
G=34.4%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130863400.340.740.4932.558.5432.16
Hex8256220224A31203b20
Octal2021264204211261407340
Binary10000010101011010001001000101001010110001100000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825622; }

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

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

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

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

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

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

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

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