#863A0C

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

Shades of Saddle Brown #863A0C

Tints of Saddle Brown #863A0C

Color information

#863A0C (or 0x863A0C) is unknown color: approx Saddle Brown. HEX triplet: 86, 3A and 0C. RGB value is (134,58,12). Sum of RGB (Red+Green+Blue) = 134+58+12=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A0C is #79C5F3. Grayscale: #4B4B4B. Windows color (decimal): -7980532 or 801414. OLE color: 801414.

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

Color convert

RGB1345812-
CMYK00.570.910.47
HSL22.62º83.56%28.63%-
HSV(B)22.62º91.04%52.55%-
XYZ11.418.121.31-
YUV75.4892.18169.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=65.69%
G=28.43%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134581200.570.910.4722.6283.5628.63
Hex863AC0395B2F17541d
Octal2067214071133572712435
Binary1000011011101011000111001101101110111110111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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