#863E03

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

Shades of Saddle Brown #863E03

Tints of Saddle Brown #863E03

Color information

#863E03 (or 0x863E03) is unknown color: approx Saddle Brown. HEX triplet: 86, 3E and 03. RGB value is (134,62,3). Sum of RGB (Red+Green+Blue) = 134+62+3=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #863E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E03 is #79C1FC. Grayscale: #4D4D4D. Windows color (decimal): -7979517 or 212614. OLE color: 212614.

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

Color convert

RGB134623-
CMYK00.540.980.47
HSL27.02º95.62%26.86%-
HSV(B)27.02º97.76%52.55%-
XYZ11.578.521.12-
YUV76.886.35168.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=67.34%
G=31.16%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13462300.540.980.4727.0295.6226.86
Hex863E3036622F1b601b
Octal206763066142573314033
Binary10000110111110110110110110001010111111011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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