#815F33

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

Shades of Hot Curry #815F33

Tints of Hot Curry #815F33

Color information

#815F33 (or 0x815F33) is unknown color: approx Hot Curry. HEX triplet: 81, 5F and 33. RGB value is (129,95,51). Sum of RGB (Red+Green+Blue) = 129+95+51=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #815F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F33 is #7EA0CC. Grayscale: #646464. Windows color (decimal): -8298701 or 3366785. OLE color: 3366785.

HSL color Cylindrical-coordinate representation of color #815F33: hue angle of 33.85º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #815F33 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1299551-
CMYK00.260.600.49
HSL33.85º43.33%35.29%-
HSV(B)33.85º60.47%50.59%-
XYZ13.7413.094.93-
YUV100.15100.26148.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=46.91%
G=34.55%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129955100.260.600.4933.8543.3335.29
Hex815F3301A3C31222b23
Octal201137630327461425343
Binary100000011011111110011011010111100110001100010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,95,51); }

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

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

 a { background-color: rgb(129,95,51); }

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

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

 span { border-color: rgb(129,95,51); }

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