Html Css Color HEX #863C16 Saddle Brown

📋 copy color: '#863C16'

red 134 ◦ green 60 ◦ blue 22

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

Shades of Saddle Brown #863C16

Tints of Saddle Brown #863C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 62.04%
G = 27.78%
B = 10.19%

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

#863C16 (or 0x863C16) is known color: Saddle Brown. HEX triplet: 86, 3C and 16. RGB value is (134,60,22). Sum of RGB (Red+Green+Blue) = 134+60+22=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #863C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C16 is #79C3E9. Grayscale: #4E4E4E. Windows color (decimal): -7980010 or 1457286. OLE color: 1457286.

HSL color Cylindrical-coordinate representation of color #863C16: hue angle of 20.36º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #863C16 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 22 -
CMYK 0 0.55 0.84 0.47
HSL 20.36º 0.72% 0.31% -
HSV(B) 20.36º 0.84% 0.53% -
XYZ 11.59 8.36 1.76 -
YUV 77.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 134 60 22 0 0.55 0.84 0.47 20.36 0.72 0.31
Hex 86 3C 16 0 37 54 2F 14 48 1F
Octal 206 74 26 0 67 124 57 24 110 37
Binary 10000110 111100 10110 0 110111 1010100 101111 10100 1001000 11111

Color Harmonies of #863C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C16

Black with #863C16

Text Example


Text Example

White with #863C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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