#825C1B

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

Shades of Hot Curry #825C1B

Tints of Hot Curry #825C1B

Color information

#825C1B (or 0x825C1B) is unknown color: approx Hot Curry. HEX triplet: 82, 5C and 1B. RGB value is (130,92,27). Sum of RGB (Red+Green+Blue) = 130+92+27=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C1B is #7DA3E4. Grayscale: #606060. Windows color (decimal): -8233957 or 1793154. OLE color: 1793154.

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

Color convert

RGB1309227-
CMYK00.290.790.49
HSL37.86º65.61%30.78%-
HSV(B)37.86º79.23%50.98%-
XYZ13.2312.482.75-
YUV95.9589.09152.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=52.21%
G=36.95%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130922700.290.790.4937.8665.6130.78
Hex825C1B01D4F3126421f
Octal20213433035117614610237
Binary100000101011100110110111011001111110001100110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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