#815A25

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

Shades of Hot Curry #815A25

Tints of Hot Curry #815A25

Color information

#815A25 (or 0x815A25) is unknown color: approx Hot Curry. HEX triplet: 81, 5A and 25. RGB value is (129,90,37). Sum of RGB (Red+Green+Blue) = 129+90+37=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #815A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A25 is #7EA5DA. Grayscale: #5F5F5F. Windows color (decimal): -8299995 or 2448001. OLE color: 2448001.

HSL color Cylindrical-coordinate representation of color #815A25: hue angle of 34.57º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #815A25 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1299037-
CMYK00.300.710.49
HSL34.57º55.42%32.55%-
HSV(B)34.57º71.32%50.59%-
XYZ13.0412.113.4-
YUV95.6294.92151.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=50.39%
G=35.16%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129903700.300.710.4934.5755.4232.55
Hex815A2501E4731233721
Octal2011324503610761436741
Binary1000000110110101001010111101000111110001100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815A25; }

 p { color: rgb(129,90,37); }

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

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

 a { background-color: rgb(129,90,37); }

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

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

 span { border-color: rgb(129,90,37); }

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