#865401

Color #865401 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #865401

Tints of Raw Umber #865401

Color information

#865401 (or 0x865401) is unknown color: approx Raw Umber. HEX triplet: 86, 54 and 01. RGB value is (134,84,1). Sum of RGB (Red+Green+Blue) = 134+84+1=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #865401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865401 is #79ABFE. Grayscale: #595959. Windows color (decimal): -7973887 or 87174. OLE color: 87174.

HSL color Cylindrical-coordinate representation of color #865401: hue angle of 37.44º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #865401 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134841-
CMYK00.370.990.47
HSL37.44º98.52%26.47%-
HSV(B)37.44º99.25%52.55%-
XYZ13.0111.411.55-
YUV89.4978.06159.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=61.19%
G=38.36%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13484100.370.990.4737.4498.5226.47
Hex86541025632F25631a
Octal2061241045143574514332
Binary100001101010100101001011100011101111100101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865401; }

 p { color: rgb(134,84,1); }

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

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

 a { background-color: rgb(134,84,1); }

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

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

 span { border-color: rgb(134,84,1); }

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