Html Css Color HEX #863A16 Saddle Brown

📋 copy color: '#863A16'

red 134 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #863A16

Tints of Saddle Brown #863A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

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

R = 62.62%
G = 27.1%
B = 10.28%

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

#863A16 (or 0x863A16) is known color: Saddle Brown. HEX triplet: 86, 3A and 16. RGB value is (134,58,22). Sum of RGB (Red+Green+Blue) = 134+58+22=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #863A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A16 is #79C5E9. Grayscale: #4C4C4C. Windows color (decimal): -7980522 or 1456774. OLE color: 1456774.

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

Color convert

RGB 134 58 22 -
CMYK 0 0.57 0.84 0.47
HSL 19.29º 0.72% 0.31% -
HSV(B) 19.29º 0.84% 0.53% -
XYZ 11.49 8.15 1.73 -
YUV 76.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 134 58 22 0 0.57 0.84 0.47 19.29 0.72 0.31
Hex 86 3A 16 0 39 54 2F 13 48 1F
Octal 206 72 26 0 71 124 57 23 110 37
Binary 10000110 111010 10110 0 111001 1010100 101111 10011 1001000 11111

Color Harmonies of #863A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A16

Black with #863A16

Text Example


Text Example

White with #863A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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