#825A23

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

Shades of Hot Curry #825A23

Tints of Hot Curry #825A23

Color information

#825A23 (or 0x825A23) is unknown color: approx Hot Curry. HEX triplet: 82, 5A and 23. RGB value is (130,90,35). Sum of RGB (Red+Green+Blue) = 130+90+35=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #825A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A23 is #7DA5DC. Grayscale: #5F5F5F. Windows color (decimal): -8234461 or 2316930. OLE color: 2316930.

HSL color Cylindrical-coordinate representation of color #825A23: hue angle of 34.74º 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 #825A23 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1309035-
CMYK00.310.730.49
HSL34.74º57.58%32.35%-
HSV(B)34.74º73.08%50.98%-
XYZ13.1712.183.25-
YUV95.6993.75152.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=50.98%
G=35.29%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130903500.310.730.4934.7457.5832.35
Hex825A2301F4931233a20
Octal2021324303711161437240
Binary1000001010110101000110111111001001110001100011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A23; }

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

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

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

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

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

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

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

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