#865818

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

Shades of Hot Curry #865818

Tints of Hot Curry #865818

Color information

#865818 (or 0x865818) is unknown color: approx Hot Curry. HEX triplet: 86, 58 and 18. RGB value is (134,88,24). Sum of RGB (Red+Green+Blue) = 134+88+24=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #865818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865818 is #79A7E7. Grayscale: #5E5E5E. Windows color (decimal): -7972840 or 1595526. OLE color: 1595526.

HSL color Cylindrical-coordinate representation of color #865818: hue angle of 34.91º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #865818 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1348824-
CMYK00.340.820.47
HSL34.91º69.62%30.98%-
HSV(B)34.91º82.09%52.55%-
XYZ13.4912.112.49-
YUV94.4688.24156.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=54.47%
G=35.77%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134882400.340.820.4734.9169.6230.98
Hex865818022522F23461f
Octal20613030042122574310637
Binary1000011010110001100001000101010010101111100011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865818; }

 p { color: rgb(134,88,24); }

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

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

 a { background-color: rgb(134,88,24); }

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

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

 span { border-color: rgb(134,88,24); }

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