#825814

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

Shades of Hot Curry #825814

Tints of Hot Curry #825814

Color information

#825814 (or 0x825814) is unknown color: approx Hot Curry. HEX triplet: 82, 58 and 14. RGB value is (130,88,20). Sum of RGB (Red+Green+Blue) = 130+88+20=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #825814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825814 is #7DA7EB. Grayscale: #5D5D5D. Windows color (decimal): -8234988 or 1333378. OLE color: 1333378.

HSL color Cylindrical-coordinate representation of color #825814: hue angle of 37.09º 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 #825814 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1308820-
CMYK00.320.850.49
HSL37.09º73.33%29.41%-
HSV(B)37.09º84.62%50.98%-
XYZ12.8211.782.26-
YUV92.8186.91154.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 20 (8.20% from 255) = 8.40%
R=54.62%
G=36.97%
B=8.40%

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
Decimal130882000.320.850.4937.0973.3329.41
Hex825814020553125491d
Octal20213024040125614511135
Binary1000001010110001010001000001010101110001100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825814; }

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

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

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

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

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

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

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

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