#815F34

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

Shades of Hot Curry #815F34

Tints of Hot Curry #815F34

Color information

#815F34 (or 0x815F34) is unknown color: approx Hot Curry. HEX triplet: 81, 5F and 34. RGB value is (129,95,52). Sum of RGB (Red+Green+Blue) = 129+95+52=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #815F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F34 is #7EA0CB. Grayscale: #646464. Windows color (decimal): -8298700 or 3432321. OLE color: 3432321.

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

Color convert

RGB1299552-
CMYK00.260.600.49
HSL33.51º42.54%35.49%-
HSV(B)33.51º59.69%50.59%-
XYZ13.7713.15.05-
YUV100.26100.76148.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=46.74%
G=34.42%
B=18.84%

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
Decimal129955200.260.600.4933.5142.5435.49
Hex815F3401A3C31222b23
Octal201137640327461425343
Binary100000011011111110100011010111100110001100010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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