#825823

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

Shades of Hot Curry #825823

Tints of Hot Curry #825823

Color information

#825823 (or 0x825823) is unknown color: approx Hot Curry. HEX triplet: 82, 58 and 23. RGB value is (130,88,35). Sum of RGB (Red+Green+Blue) = 130+88+35=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825823 is #7DA7DC. Grayscale: #5E5E5E. Windows color (decimal): -8234973 or 2316418. OLE color: 2316418.

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

Color convert

RGB1308835-
CMYK00.320.730.49
HSL33.47º57.58%32.35%-
HSV(B)33.47º73.08%50.98%-
XYZ1311.853.19-
YUV94.5294.41153.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=51.38%
G=34.78%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130883500.320.730.4933.4757.5832.35
Hex8258230204931213a20
Octal2021304304011161417240
Binary10000010101100010001101000001001001110001100001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825823; }

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

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

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

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

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

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

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

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