#863A05

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

Shades of Saddle Brown #863A05

Tints of Saddle Brown #863A05

Color information

#863A05 (or 0x863A05) is unknown color: approx Saddle Brown. HEX triplet: 86, 3A and 05. RGB value is (134,58,5). Sum of RGB (Red+Green+Blue) = 134+58+5=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #863A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A05 is #79C5FA. Grayscale: #4A4A4A. Windows color (decimal): -7980539 or 342662. OLE color: 342662.

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

Color convert

RGB134585-
CMYK00.570.960.47
HSL24.65º92.81%27.25%-
HSV(B)24.65º96.27%52.55%-
XYZ11.378.111.11-
YUV74.6888.68170.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=68.02%
G=29.44%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13458500.570.960.4724.6592.8127.25
Hex863A5039602F195d1b
Octal206725071140573113533
Binary100001101110101010111001110000010111111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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