#825F2B

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

Shades of Hot Curry #825F2B

Tints of Hot Curry #825F2B

Color information

#825F2B (or 0x825F2B) is unknown color: approx Hot Curry. HEX triplet: 82, 5F and 2B. RGB value is (130,95,43). Sum of RGB (Red+Green+Blue) = 130+95+43=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F2B is #7DA0D4. Grayscale: #636363. Windows color (decimal): -8233173 or 2842498. OLE color: 2842498.

HSL color Cylindrical-coordinate representation of color #825F2B: hue angle of 35.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #825F2B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1309543-
CMYK00.270.670.49
HSL35.86º50.29%33.92%-
HSV(B)35.86º66.92%50.98%-
XYZ13.7313.14.09-
YUV99.5496.1149.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=48.51%
G=35.45%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130954300.270.670.4935.8650.2933.92
Hex825F2B01B4331243222
Octal2021375303310361446242
Binary1000001010111111010110110111000011110001100100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,43); }

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

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

 a { background-color: rgb(130,95,43); }

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

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

 span { border-color: rgb(130,95,43); }

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