#825817

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

Shades of Hot Curry #825817

Tints of Hot Curry #825817

Color information

#825817 (or 0x825817) is unknown color: approx Hot Curry. HEX triplet: 82, 58 and 17. RGB value is (130,88,23). Sum of RGB (Red+Green+Blue) = 130+88+23=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825817 is #7DA7E8. Grayscale: #5D5D5D. Windows color (decimal): -8234985 or 1529986. OLE color: 1529986.

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

Color convert

RGB1308823-
CMYK00.320.820.49
HSL36.45º69.93%30%-
HSV(B)36.45º82.31%50.98%-
XYZ12.8511.792.41-
YUV93.1588.41154.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=53.94%
G=36.51%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130882300.320.820.4936.4569.9330
Hex825817020523124461e
Octal20213027040122614410636
Binary1000001010110001011101000001010010110001100100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825817; }

 p { color: rgb(130,88,23); }

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

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

 a { background-color: rgb(130,88,23); }

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

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

 span { border-color: rgb(130,88,23); }

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