#865C2A

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

Shades of Hot Curry #865C2A

Tints of Hot Curry #865C2A

Color information

#865C2A (or 0x865C2A) is unknown color: approx Hot Curry. HEX triplet: 86, 5C and 2A. RGB value is (134,92,42). Sum of RGB (Red+Green+Blue) = 134+92+42=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #865C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C2A is #79A3D5. Grayscale: #636363. Windows color (decimal): -7971798 or 2776198. OLE color: 2776198.

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

Color convert

RGB1349242-
CMYK00.310.690.47
HSL32.61º52.27%34.51%-
HSV(B)32.61º68.66%52.55%-
XYZ14.0812.893.94-
YUV98.8695.91153.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=50%
G=34.33%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134924200.310.690.4732.6152.2734.51
Hex865C2A01F452F213423
Octal2061345203710557416443
Binary1000011010111001010100111111000101101111100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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