Html Css Color HEX #863910 Saddle Brown

📋 copy color: '#863910'

red 134 ◦ green 57 ◦ blue 16

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

Shades of Saddle Brown #863910

Tints of Saddle Brown #863910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 64.73%
G = 27.54%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#863910 (or 0x863910) is known color: Saddle Brown. HEX triplet: 86, 39 and 10. RGB value is (134,57,16). Sum of RGB (Red+Green+Blue) = 134+57+16=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863910 is #79C6EF. Grayscale: #4B4B4B. Windows color (decimal): -7980784 or 1063302. OLE color: 1063302.

HSL color Cylindrical-coordinate representation of color #863910: hue angle of 20.85º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #863910 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 57 16 -
CMYK 0 0.57 0.88 0.47
HSL 20.85º 0.79% 0.29% -
HSV(B) 20.85º 0.88% 0.53% -
XYZ 11.39 8.03 1.44 -
YUV 75.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 134 57 16 0 0.57 0.88 0.47 20.85 0.79 0.29
Hex 86 39 10 0 39 58 2F 15 4F 1D
Octal 206 71 20 0 71 130 57 25 117 35
Binary 10000110 111001 10000 0 111001 1011000 101111 10101 1001111 11101

Color Harmonies of #863910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863910

Black with #863910

Text Example


Text Example

White with #863910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863910; }

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

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

background-color css

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

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

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

border-color css

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

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

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