#863B04

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

Shades of Saddle Brown #863B04

Tints of Saddle Brown #863B04

Color information

#863B04 (or 0x863B04) is unknown color: approx Saddle Brown. HEX triplet: 86, 3B and 04. RGB value is (134,59,4). Sum of RGB (Red+Green+Blue) = 134+59+4=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #863B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B04 is #79C4FB. Grayscale: #4B4B4B. Windows color (decimal): -7980284 or 277382. OLE color: 277382.

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

Color convert

RGB134594-
CMYK00.560.970.47
HSL25.38º94.2%27.06%-
HSV(B)25.38º97.01%52.55%-
XYZ11.428.211.1-
YUV75.1587.85169.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=68.02%
G=29.95%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13459400.560.970.4725.3894.227.06
Hex863B4038612F195e1b
Octal206734070141573113633
Binary100001101110111000111000110000110111111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,4); }

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

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

 a { background-color: rgb(134,59,4); }

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

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

 span { border-color: rgb(134,59,4); }

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