#825B1D

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

Shades of Hot Curry #825B1D

Tints of Hot Curry #825B1D

Color information

#825B1D (or 0x825B1D) is unknown color: approx Hot Curry. HEX triplet: 82, 5B and 1D. RGB value is (130,91,29). Sum of RGB (Red+Green+Blue) = 130+91+29=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B1D is #7DA4E2. Grayscale: #5F5F5F. Windows color (decimal): -8234211 or 1923970. OLE color: 1923970.

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

Color convert

RGB1309129-
CMYK00.300.780.49
HSL36.83º63.52%31.18%-
HSV(B)36.83º77.69%50.98%-
XYZ13.1712.322.85-
YUV95.5990.42152.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=52%
G=36.4%
B=11.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130912900.300.780.4936.8363.5231.18
Hex825B1D01E4E3125401f
Octal20213335036116614510037
Binary100000101011011111010111101001110110001100101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,29); }

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

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

 a { background-color: rgb(130,91,29); }

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

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

 span { border-color: rgb(130,91,29); }

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