#865515

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

Shades of Hot Curry #865515

Tints of Hot Curry #865515

Color information

#865515 (or 0x865515) is unknown color: approx Hot Curry. HEX triplet: 86, 55 and 15. RGB value is (134,85,21). Sum of RGB (Red+Green+Blue) = 134+85+21=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #865515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865515 is #79AAEA. Grayscale: #5C5C5C. Windows color (decimal): -7973611 or 1398150. OLE color: 1398150.

HSL color Cylindrical-coordinate representation of color #865515: hue angle of 33.98º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865515 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1348521-
CMYK00.370.840.47
HSL33.98º72.9%30.39%-
HSV(B)33.98º84.33%52.55%-
XYZ13.2211.622.26-
YUV92.3587.73157.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=55.83%
G=35.42%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134852100.370.840.4733.9872.930.39
Hex865515025542F22491e
Octal20612525045124574211136
Binary1000011010101011010101001011010100101111100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865515; }

 p { color: rgb(134,85,21); }

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

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

 a { background-color: rgb(134,85,21); }

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

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

 span { border-color: rgb(134,85,21); }

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