#815C25

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

Shades of Hot Curry #815C25

Tints of Hot Curry #815C25

Color information

#815C25 (or 0x815C25) is unknown color: approx Hot Curry. HEX triplet: 81, 5C and 25. RGB value is (129,92,37). Sum of RGB (Red+Green+Blue) = 129+92+37=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #815C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C25 is #7EA3DA. Grayscale: #616161. Windows color (decimal): -8299483 or 2448513. OLE color: 2448513.

HSL color Cylindrical-coordinate representation of color #815C25: hue angle of 35.87º 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 #815C25 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1299237-
CMYK00.290.710.49
HSL35.87º55.42%32.55%-
HSV(B)35.87º71.32%50.59%-
XYZ13.2112.453.46-
YUV96.7994.26150.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=50%
G=35.66%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129923700.290.710.4935.8755.4232.55
Hex815C2501D4731243721
Octal2011344503510761446741
Binary1000000110111001001010111011000111110001100100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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