#863A03

Color #863A03 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #863A03

Tints of Saddle Brown #863A03

Color information

#863A03 (or 0x863A03) is unknown color: approx Saddle Brown. HEX triplet: 86, 3A and 03. RGB value is (134,58,3). Sum of RGB (Red+Green+Blue) = 134+58+3=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #863A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A03 is #79C5FC. Grayscale: #4A4A4A. Windows color (decimal): -7980541 or 211590. OLE color: 211590.

HSL color Cylindrical-coordinate representation of color #863A03: hue angle of 25.19º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #863A03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB134583-
CMYK00.570.980.47
HSL25.19º95.62%26.86%-
HSV(B)25.19º97.76%52.55%-
XYZ11.368.11.05-
YUV74.4587.68170.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.72%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=68.72%
G=29.74%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13458300.570.980.4725.1995.6226.86
Hex863A3039622F19601b
Octal206723071142573114033
Binary10000110111010110111001110001010111111001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A03; }

 p { color: rgb(134,58,3); }

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

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

 a { background-color: rgb(134,58,3); }

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

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

 span { border-color: rgb(134,58,3); }

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