#825914

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

Shades of Hot Curry #825914

Tints of Hot Curry #825914

Color information

#825914 (or 0x825914) is unknown color: approx Hot Curry. HEX triplet: 82, 59 and 14. RGB value is (130,89,20). Sum of RGB (Red+Green+Blue) = 130+89+20=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #825914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825914 is #7DA6EB. Grayscale: #5D5D5D. Windows color (decimal): -8234732 or 1333634. OLE color: 1333634.

HSL color Cylindrical-coordinate representation of color #825914: hue angle of 37.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825914 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1308920-
CMYK00.320.850.49
HSL37.64º73.33%29.41%-
HSV(B)37.64º84.62%50.98%-
XYZ12.911.942.29-
YUV93.3986.58154.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=54.39%
G=37.24%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130892000.320.850.4937.6473.3329.41
Hex825914020553126491d
Octal20213124040125614611135
Binary1000001010110011010001000001010101110001100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825914; }

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

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

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

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

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

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

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

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