#865D21

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

Shades of Hot Curry #865D21

Tints of Hot Curry #865D21

Color information

#865D21 (or 0x865D21) is unknown color: approx Hot Curry. HEX triplet: 86, 5D and 21. RGB value is (134,93,33). Sum of RGB (Red+Green+Blue) = 134+93+33=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #865D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D21 is #79A2DE. Grayscale: #626262. Windows color (decimal): -7971551 or 2186630. OLE color: 2186630.

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

Color convert

RGB1349333-
CMYK00.310.750.47
HSL35.64º60.48%32.75%-
HSV(B)35.64º75.37%52.55%-
XYZ14.0213.013.21-
YUV98.4291.08153.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=51.54%
G=35.77%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134933300.310.750.4735.6460.4832.75
Hex865D2101F4B2F243c21
Octal2061354103711357447441
Binary1000011010111011000010111111001011101111100100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,33); }

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

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

 a { background-color: rgb(134,93,33); }

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

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

 span { border-color: rgb(134,93,33); }

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