#826125

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

Shades of Hot Curry #826125

Tints of Hot Curry #826125

Color information

#826125 (or 0x826125) is unknown color: approx Hot Curry. HEX triplet: 82, 61 and 25. RGB value is (130,97,37). Sum of RGB (Red+Green+Blue) = 130+97+37=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #826125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826125 is #7D9EDA. Grayscale: #646464. Windows color (decimal): -8232667 or 2449794. OLE color: 2449794.

HSL color Cylindrical-coordinate representation of color #826125: hue angle of 38.71º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #826125 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1309737-
CMYK00.250.720.49
HSL38.71º55.69%32.75%-
HSV(B)38.71º71.54%50.98%-
XYZ13.8113.433.61-
YUV100.0392.43149.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=49.24%
G=36.74%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130973700.250.720.4938.7155.6932.75
Hex8261250194831273821
Octal2021414503111061477041
Binary1000001011000011001010110011001000110001100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826125; }

 p { color: rgb(130,97,37); }

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

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

 a { background-color: rgb(130,97,37); }

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

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

 span { border-color: rgb(130,97,37); }

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