#825A1B

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

Shades of Hot Curry #825A1B

Tints of Hot Curry #825A1B

Color information

#825A1B (or 0x825A1B) is unknown color: approx Hot Curry. HEX triplet: 82, 5A and 1B. RGB value is (130,90,27). Sum of RGB (Red+Green+Blue) = 130+90+27=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #825A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A1B is #7DA5E4. Grayscale: #5F5F5F. Windows color (decimal): -8234469 or 1792642. OLE color: 1792642.

HSL color Cylindrical-coordinate representation of color #825A1B: hue angle of 36.7º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #825A1B is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1309027-
CMYK00.310.790.49
HSL36.7º65.61%30.78%-
HSV(B)36.7º79.23%50.98%-
XYZ13.0612.142.69-
YUV94.7889.75153.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=52.63%
G=36.44%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130902700.310.790.4936.765.6130.78
Hex825A1B01F4F3125421f
Octal20213233037117614510237
Binary100000101011010110110111111001111110001100101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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