#865B2A

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

Shades of Hot Curry #865B2A

Tints of Hot Curry #865B2A

Color information

#865B2A (or 0x865B2A) is unknown color: approx Hot Curry. HEX triplet: 86, 5B and 2A. RGB value is (134,91,42). Sum of RGB (Red+Green+Blue) = 134+91+42=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B2A is #79A4D5. Grayscale: #626262. Windows color (decimal): -7972054 or 2775942. OLE color: 2775942.

HSL color Cylindrical-coordinate representation of color #865B2A: hue angle of 31.96º 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 #865B2A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1349142-
CMYK00.320.690.47
HSL31.96º52.27%34.51%-
HSV(B)31.96º68.66%52.55%-
XYZ13.9912.723.91-
YUV98.2796.25153.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=50.19%
G=34.08%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134914200.320.690.4731.9652.2734.51
Hex865B2A020452F203423
Octal2061335204010557406443
Binary10000110101101110101001000001000101101111100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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