#815825

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

Shades of Hot Curry #815825

Tints of Hot Curry #815825

Color information

#815825 (or 0x815825) is unknown color: approx Hot Curry. HEX triplet: 81, 58 and 25. RGB value is (129,88,37). Sum of RGB (Red+Green+Blue) = 129+88+37=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #815825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815825 is #7EA7DA. Grayscale: #5E5E5E. Windows color (decimal): -8300507 or 2447489. OLE color: 2447489.

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

Color convert

RGB1298837-
CMYK00.320.710.49
HSL33.26º55.42%32.55%-
HSV(B)33.26º71.32%50.59%-
XYZ12.8811.783.35-
YUV94.4495.58152.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=50.79%
G=34.65%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129883700.320.710.4933.2655.4232.55
Hex8158250204731213721
Octal2011304504010761416741
Binary10000001101100010010101000001000111110001100001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815825; }

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

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

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

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

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

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

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

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