#825B2E

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

Shades of Hot Curry #825B2E

Tints of Hot Curry #825B2E

Color information

#825B2E (or 0x825B2E) is unknown color: approx Hot Curry. HEX triplet: 82, 5B and 2E. RGB value is (130,91,46). Sum of RGB (Red+Green+Blue) = 130+91+46=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B2E is #7DA4D1. Grayscale: #616161. Windows color (decimal): -8234194 or 3038082. OLE color: 3038082.

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

Color convert

RGB1309146-
CMYK00.300.650.49
HSL32.14º47.73%34.51%-
HSV(B)32.14º64.62%50.98%-
XYZ13.4412.434.27-
YUV97.5398.92151.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=48.69%
G=34.08%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130914600.300.650.4932.1447.7334.51
Hex825B2E01E4131203023
Octal2021335603610161406043
Binary1000001010110111011100111101000001110001100000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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