#865A2A

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

Shades of Hot Curry #865A2A

Tints of Hot Curry #865A2A

Color information

#865A2A (or 0x865A2A) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 2A. RGB value is (134,90,42). Sum of RGB (Red+Green+Blue) = 134+90+42=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #865A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A2A is #79A5D5. Grayscale: #616161. Windows color (decimal): -7972310 or 2775686. OLE color: 2775686.

HSL color Cylindrical-coordinate representation of color #865A2A: hue angle of 31.3º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865A2A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1349042-
CMYK00.330.690.47
HSL31.3º52.27%34.51%-
HSV(B)31.3º68.66%52.55%-
XYZ13.9112.553.88-
YUV97.6896.58153.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=50.38%
G=33.83%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134904200.330.690.4731.352.2734.51
Hex865A2A021452F1f3423
Octal2061325204110557376443
Binary1000011010110101010100100001100010110111111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A2A; }

 p { color: rgb(134,90,42); }

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

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

 a { background-color: rgb(134,90,42); }

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

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

 span { border-color: rgb(134,90,42); }

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