Html Css Color HEX #863814 Saddle Brown

📋 copy color: '#863814'

red 134 ◦ green 56 ◦ blue 20

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

Shades of Saddle Brown #863814

Tints of Saddle Brown #863814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 63.81%
G = 26.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#863814 (or 0x863814) is known color: Saddle Brown. HEX triplet: 86, 38 and 14. RGB value is (134,56,20). Sum of RGB (Red+Green+Blue) = 134+56+20=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #863814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863814 is #79C7EB. Grayscale: #4B4B4B. Windows color (decimal): -7981036 or 1325190. OLE color: 1325190.

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

Color convert

RGB 134 56 20 -
CMYK 0 0.58 0.85 0.47
HSL 18.95º 0.74% 0.3% -
HSV(B) 18.95º 0.85% 0.53% -
XYZ 11.37 7.95 1.6 -
YUV 75.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 134 56 20 0 0.58 0.85 0.47 18.95 0.74 0.3
Hex 86 38 14 0 3A 55 2F 13 4A 1E
Octal 206 70 24 0 72 125 57 23 112 36
Binary 10000110 111000 10100 0 111010 1010101 101111 10011 1001010 11110

Color Harmonies of #863814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863814

Black with #863814

Text Example


Text Example

White with #863814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863814; }

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

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

background-color css

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

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

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

border-color css

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

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

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