#865D28

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

Shades of Hot Curry #865D28

Tints of Hot Curry #865D28

Color information

#865D28 (or 0x865D28) is unknown color: approx Hot Curry. HEX triplet: 86, 5D and 28. RGB value is (134,93,40). Sum of RGB (Red+Green+Blue) = 134+93+40=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D28 is #79A2D7. Grayscale: #636363. Windows color (decimal): -7971544 or 2645382. OLE color: 2645382.

HSL color Cylindrical-coordinate representation of color #865D28: hue angle of 33.83º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #865D28 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1349340-
CMYK00.310.700.47
HSL33.83º54.02%34.12%-
HSV(B)33.83º70.15%52.55%-
XYZ14.1313.053.78-
YUV99.2294.58152.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=50.19%
G=34.83%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134934000.310.700.4733.8354.0234.12
Hex865D2801F462F223622
Octal2061355003710657426642
Binary1000011010111011010000111111000110101111100010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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