#863D12

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

Shades of Saddle Brown #863D12

Tints of Saddle Brown #863D12

Color information

#863D12 (or 0x863D12) is unknown color: approx Saddle Brown. HEX triplet: 86, 3D and 12. RGB value is (134,61,18). Sum of RGB (Red+Green+Blue) = 134+61+18=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #863D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863D12 is #79C2ED. Grayscale: #4E4E4E. Windows color (decimal): -7979758 or 1195398. OLE color: 1195398.

HSL color Cylindrical-coordinate representation of color #863D12: hue angle of 22.24º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #863D12 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1346118-
CMYK00.540.870.47
HSL22.24º76.32%29.8%-
HSV(B)22.24º86.57%52.55%-
XYZ11.618.451.59-
YUV77.9294.18168-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=62.91%
G=28.64%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134611800.540.870.4722.2476.3229.8
Hex863D12036572F164c1e
Octal2067522066127572611436
Binary10000110111101100100110110101011110111110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,61,18); }

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

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

 a { background-color: rgb(134,61,18); }

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

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

 span { border-color: rgb(134,61,18); }

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