Html Css Color HEX #863C15 Saddle Brown

📋 copy color: '#863C15'

red 134 ◦ green 60 ◦ blue 21

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

Shades of Saddle Brown #863C15

Tints of Saddle Brown #863C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.91%

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

R = 62.33%
G = 27.91%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863C15 (or 0x863C15) is known color: Saddle Brown. HEX triplet: 86, 3C and 15. RGB value is (134,60,21). Sum of RGB (Red+Green+Blue) = 134+60+21=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #863C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C15 is #79C3EA. Grayscale: #4D4D4D. Windows color (decimal): -7980011 or 1391750. OLE color: 1391750.

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

Color convert

RGB 134 60 21 -
CMYK 0 0.55 0.84 0.47
HSL 20.71º 0.73% 0.3% -
HSV(B) 20.71º 0.84% 0.53% -
XYZ 11.58 8.35 1.71 -
YUV 77.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 134 60 21 0 0.55 0.84 0.47 20.71 0.73 0.3
Hex 86 3C 15 0 37 54 2F 15 49 1E
Octal 206 74 25 0 67 124 57 25 111 36
Binary 10000110 111100 10101 0 110111 1010100 101111 10101 1001001 11110

Color Harmonies of #863C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C15

Black with #863C15

Text Example


Text Example

White with #863C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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