#865000

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

Shades of Raw Umber #865000

Tints of Raw Umber #865000

Color information

#865000 (or 0x865000) is unknown color: approx Raw Umber. HEX triplet: 86, 50 and 00. RGB value is (134,80,0). Sum of RGB (Red+Green+Blue) = 134+80+0=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #865000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865000 is #79AFFF. Grayscale: #575757. Windows color (decimal): -7974912 or 20614. OLE color: 20614.

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

Color convert

RGB134800-
CMYK00.4010.47
HSL35.82º100%26.27%-
HSV(B)35.82º100%52.55%-
XYZ12.710.811.42-
YUV87.0378.89161.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.62%
G=37.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13480000.4010.4735.8210026.27
Hex86500028642F24641a
Octal2061200050144574414432
Binary100001101010000001010001100100101111100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865000; }

 p { color: rgb(134,80,0); }

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

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

 a { background-color: rgb(134,80,0); }

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

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

 span { border-color: rgb(134,80,0); }

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