Html Css Color HEX #86490E Saddle Brown

📋 copy color: '#86490E'

red 134 ◦ green 73 ◦ blue 14

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

Shades of Saddle Brown #86490E

Tints of Saddle Brown #86490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 60.63%
G = 33.03%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86490E (or 0x86490E) is known color: Saddle Brown. HEX triplet: 86, 49 and 0E. RGB value is (134,73,14). Sum of RGB (Red+Green+Blue) = 134+73+14=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #86490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86490E is #79B6F1. Grayscale: #545454. Windows color (decimal): -7976690 or 936326. OLE color: 936326.

HSL color Cylindrical-coordinate representation of color #86490E: hue angle of 29.5º 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 #86490E is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 14 -
CMYK 0 0.46 0.90 0.47
HSL 29.5º 0.81% 0.29% -
HSV(B) 29.5º 0.9% 0.53% -
XYZ 12.29 9.87 1.67 -
YUV 84.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 134 73 14 0 0.46 0.90 0.47 29.5 0.81 0.29
Hex 86 49 E 0 2E 5A 2F 1E 51 1D
Octal 206 111 16 0 56 132 57 36 121 35
Binary 10000110 1001001 1110 0 101110 1011010 101111 11110 1010001 11101

Color Harmonies of #86490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86490E

Black with #86490E

Text Example


Text Example

White with #86490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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