#865301

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

Shades of Raw Umber #865301

Tints of Raw Umber #865301

Color information

#865301 (or 0x865301) is unknown color: approx Raw Umber. HEX triplet: 86, 53 and 01. RGB value is (134,83,1). Sum of RGB (Red+Green+Blue) = 134+83+1=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #865301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865301 is #79ACFE. Grayscale: #595959. Windows color (decimal): -7974143 or 86918. OLE color: 86918.

HSL color Cylindrical-coordinate representation of color #865301: hue angle of 36.99º 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 #865301 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB134831-
CMYK00.380.990.47
HSL36.99º98.52%26.47%-
HSV(B)36.99º99.25%52.55%-
XYZ12.9311.261.52-
YUV88.978.4160.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=61.47%
G=38.07%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13483100.380.990.4736.9998.5226.47
Hex86531026632F25631a
Octal2061231046143574514332
Binary100001101010011101001101100011101111100101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865301; }

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

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

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

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

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

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

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

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