Html Css Color HEX #863B0E Saddle Brown

📋 copy color: '#863B0E'

red 134 ◦ green 59 ◦ blue 14

#863B0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #863B0E

Tints of Saddle Brown #863B0E

RGB

 RED value IS 134 (52.73% from 255) = 64.73%

 GREEN value IS 59 (23.44% from 255) = 28.5%

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 64.73%
G = 28.5%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#863B0E (or 0x863B0E) is known color: Saddle Brown. HEX triplet: 86, 3B and 0E. RGB value is (134,59,14). Sum of RGB (Red+Green+Blue) = 134+59+14=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B0E is #79C4F1. Grayscale: #4C4C4C. Windows color (decimal): -7980274 or 932742. OLE color: 932742.

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

Color convert

RGB 134 59 14 -
CMYK 0 0.56 0.90 0.47
HSL 22.5º 0.81% 0.29% -
HSV(B) 22.5º 0.9% 0.53% -
XYZ 11.47 8.23 1.4 -
YUV 76.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 134 59 14 0 0.56 0.90 0.47 22.5 0.81 0.29
Hex 86 3B E 0 38 5A 2F 16 51 1D
Octal 206 73 16 0 70 132 57 26 121 35
Binary 10000110 111011 1110 0 111000 1011010 101111 10110 1010001 11101

Color Harmonies of #863B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B0E

Black with #863B0E

Text Example


Text Example

White with #863B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #863B0E;
 }
 .AnyTagClassName
 {
   color: #863B0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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