#825927

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

Shades of Hot Curry #825927

Tints of Hot Curry #825927

Color information

#825927 (or 0x825927) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 27. RGB value is (130,89,39). Sum of RGB (Red+Green+Blue) = 130+89+39=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #825927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825927 is #7DA6D8. Grayscale: #5F5F5F. Windows color (decimal): -8234713 or 2578818. OLE color: 2578818.

HSL color Cylindrical-coordinate representation of color #825927: hue angle of 32.97º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825927 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1308939-
CMYK00.320.700.49
HSL32.97º53.85%33.14%-
HSV(B)32.97º70%50.98%-
XYZ13.1412.043.55-
YUV95.5696.08152.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=50.39%
G=34.50%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130893900.320.700.4932.9753.8533.14
Hex8259270204631213621
Octal2021314704010661416641
Binary10000010101100110011101000001000110110001100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825927; }

 p { color: rgb(130,89,39); }

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

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

 a { background-color: rgb(130,89,39); }

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

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

 span { border-color: rgb(130,89,39); }

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