#815625

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

Shades of Hot Curry #815625

Tints of Hot Curry #815625

Color information

#815625 (or 0x815625) is unknown color: approx Hot Curry. HEX triplet: 81, 56 and 25. RGB value is (129,86,37). Sum of RGB (Red+Green+Blue) = 129+86+37=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #815625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815625 is #7EA9DA. Grayscale: #5D5D5D. Windows color (decimal): -8301019 or 2446977. OLE color: 2446977.

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

Color convert

RGB1298637-
CMYK00.330.710.49
HSL31.96º55.42%32.55%-
HSV(B)31.96º71.32%50.59%-
XYZ12.7111.463.29-
YUV93.2796.25153.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=51.19%
G=34.13%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129863700.330.710.4931.9655.4232.55
Hex8156250214731203721
Octal2011264504110761406741
Binary10000001101011010010101000011000111110001100000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815625; }

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

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

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

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

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

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

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

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