Html Css Color HEX #863815 Saddle Brown

📋 copy color: '#863815'

red 134 ◦ green 56 ◦ blue 21

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

Shades of Saddle Brown #863815

Tints of Saddle Brown #863815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 63.51%
G = 26.54%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863815 (or 0x863815) is known color: Saddle Brown. HEX triplet: 86, 38 and 15. RGB value is (134,56,21). Sum of RGB (Red+Green+Blue) = 134+56+21=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #863815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863815 is #79C7EA. Grayscale: #4B4B4B. Windows color (decimal): -7981035 or 1390726. OLE color: 1390726.

HSL color Cylindrical-coordinate representation of color #863815: hue angle of 18.58º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #863815 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 21 -
CMYK 0 0.58 0.84 0.47
HSL 18.58º 0.73% 0.3% -
HSV(B) 18.58º 0.84% 0.53% -
XYZ 11.38 7.95 1.64 -
YUV 75.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 134 56 21 0 0.58 0.84 0.47 18.58 0.73 0.3
Hex 86 38 15 0 3A 54 2F 13 49 1E
Octal 206 70 25 0 72 124 57 23 111 36
Binary 10000110 111000 10101 0 111010 1010100 101111 10011 1001001 11110

Color Harmonies of #863815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863815

Black with #863815

Text Example


Text Example

White with #863815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863815; }

 p { color: rgb(134,56,21); }

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

background-color css

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

 a { background-color: rgb(134,56,21); }

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

border-color css

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

 span { border-color: rgb(134,56,21); }

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