Html Css Color HEX #863915 Saddle Brown

📋 copy color: '#863915'

red 134 ◦ green 57 ◦ blue 21

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

Shades of Saddle Brown #863915

Tints of Saddle Brown #863915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 63.21%
G = 26.89%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863915 (or 0x863915) is known color: Saddle Brown. HEX triplet: 86, 39 and 15. RGB value is (134,57,21). Sum of RGB (Red+Green+Blue) = 134+57+21=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #863915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863915 is #79C6EA. Grayscale: #4C4C4C. Windows color (decimal): -7980779 or 1390982. OLE color: 1390982.

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

Color convert

RGB 134 57 21 -
CMYK 0 0.57 0.84 0.47
HSL 19.12º 0.73% 0.3% -
HSV(B) 19.12º 0.84% 0.53% -
XYZ 11.43 8.05 1.66 -
YUV 75.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 134 57 21 0 0.57 0.84 0.47 19.12 0.73 0.3
Hex 86 39 15 0 39 54 2F 13 49 1E
Octal 206 71 25 0 71 124 57 23 111 36
Binary 10000110 111001 10101 0 111001 1010100 101111 10011 1001001 11110

Color Harmonies of #863915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863915

Black with #863915

Text Example


Text Example

White with #863915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863915; }

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

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

background-color css

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

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

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

border-color css

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

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

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