#863B0C

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

Shades of Saddle Brown #863B0C

Tints of Saddle Brown #863B0C

Color information

#863B0C (or 0x863B0C) is unknown color: approx Saddle Brown. HEX triplet: 86, 3B and 0C. RGB value is (134,59,12). Sum of RGB (Red+Green+Blue) = 134+59+12=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B0C is #79C4F3. Grayscale: #4C4C4C. Windows color (decimal): -7980276 or 801670. OLE color: 801670.

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

Color convert

RGB1345912-
CMYK00.560.910.47
HSL23.11º83.56%28.63%-
HSV(B)23.11º91.04%52.55%-
XYZ11.468.221.33-
YUV76.0791.85169.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=65.37%
G=28.78%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134591200.560.910.4723.1183.5628.63
Hex863BC0385B2F17541d
Octal2067314070133572712435
Binary1000011011101111000111000101101110111110111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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