#863C03

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

Shades of Saddle Brown #863C03

Tints of Saddle Brown #863C03

Color information

#863C03 (or 0x863C03) is unknown color: approx Saddle Brown. HEX triplet: 86, 3C and 03. RGB value is (134,60,3). Sum of RGB (Red+Green+Blue) = 134+60+3=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #863C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C03 is #79C3FC. Grayscale: #4B4B4B. Windows color (decimal): -7980029 or 212102. OLE color: 212102.

HSL color Cylindrical-coordinate representation of color #863C03: hue angle of 26.11º 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 #863C03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB134603-
CMYK00.550.980.47
HSL26.11º95.62%26.86%-
HSV(B)26.11º97.76%52.55%-
XYZ11.468.311.09-
YUV75.6387.02169.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=68.02%
G=30.46%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13460300.550.980.4726.1195.6226.86
Hex863C3037622F1a601b
Octal206743067142573214033
Binary10000110111100110110111110001010111111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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