Html Css Color HEX #863410 Saddle Brown

📋 copy color: '#863410'

red 134 ◦ green 52 ◦ blue 16

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

Shades of Saddle Brown #863410

Tints of Saddle Brown #863410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 66.34%
G = 25.74%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#863410 (or 0x863410) is known color: Saddle Brown. HEX triplet: 86, 34 and 10. RGB value is (134,52,16). Sum of RGB (Red+Green+Blue) = 134+52+16=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #863410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863410 is #79CBEF. Grayscale: #484848. Windows color (decimal): -7982064 or 1062022. OLE color: 1062022.

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

Color convert

RGB 134 52 16 -
CMYK 0 0.61 0.88 0.47
HSL 18.31º 0.79% 0.29% -
HSV(B) 18.31º 0.88% 0.53% -
XYZ 11.15 7.56 1.36 -
YUV 72.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 134 52 16 0 0.61 0.88 0.47 18.31 0.79 0.29
Hex 86 34 10 0 3D 58 2F 12 4F 1D
Octal 206 64 20 0 75 130 57 22 117 35
Binary 10000110 110100 10000 0 111101 1011000 101111 10010 1001111 11101

Color Harmonies of #863410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863410

Black with #863410

Text Example


Text Example

White with #863410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863410; }

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

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

background-color css

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

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

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

border-color css

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

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

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