#865308

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

Shades of Raw Umber #865308

Tints of Raw Umber #865308

Color information

#865308 (or 0x865308) is unknown color: approx Raw Umber. HEX triplet: 86, 53 and 08. RGB value is (134,83,8). Sum of RGB (Red+Green+Blue) = 134+83+8=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #865308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865308 is #79ACF7. Grayscale: #5A5A5A. Windows color (decimal): -7974136 or 545670. OLE color: 545670.

HSL color Cylindrical-coordinate representation of color #865308: hue angle of 35.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #865308 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB134838-
CMYK00.380.940.47
HSL35.71º88.73%27.84%-
HSV(B)35.71º94.03%52.55%-
XYZ12.9711.271.72-
YUV89.781.9159.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=59.56%
G=36.89%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13483800.380.940.4735.7188.7327.84
Hex865380265E2F24591c
Octal20612310046136574413134
Binary100001101010011100001001101011110101111100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865308; }

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

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

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

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

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

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

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

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