Html Css Color HEX #86460E Saddle Brown

📋 copy color: '#86460E'

red 134 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #86460E

Tints of Saddle Brown #86460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 61.47%
G = 32.11%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86460E (or 0x86460E) is known color: Saddle Brown. HEX triplet: 86, 46 and 0E. RGB value is (134,70,14). Sum of RGB (Red+Green+Blue) = 134+70+14=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86460E is #79B9F1. Grayscale: #535353. Windows color (decimal): -7977458 or 935558. OLE color: 935558.

HSL color Cylindrical-coordinate representation of color #86460E: hue angle of 28º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86460E is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 70 14 -
CMYK 0 0.48 0.90 0.47
HSL 28º 0.81% 0.29% -
HSV(B) 28º 0.9% 0.53% -
XYZ 12.1 9.48 1.61 -
YUV 82.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 134 70 14 0 0.48 0.90 0.47 28 0.81 0.29
Hex 86 46 E 0 30 5A 2F 1C 51 1D
Octal 206 106 16 0 60 132 57 34 121 35
Binary 10000110 1000110 1110 0 110000 1011010 101111 11100 1010001 11101

Color Harmonies of #86460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86460E

Black with #86460E

Text Example


Text Example

White with #86460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86460E; }

 p { color: rgb(134,70,14); }

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

background-color css

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

 a { background-color: rgb(134,70,14); }

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

border-color css

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

 span { border-color: rgb(134,70,14); }

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