Html Css Color HEX #86490D Saddle Brown

📋 copy color: '#86490D'

red 134 ◦ green 73 ◦ blue 13

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

Shades of Saddle Brown #86490D

Tints of Saddle Brown #86490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 60.91%
G = 33.18%
B = 5.91%

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

#86490D (or 0x86490D) is known color: Saddle Brown. HEX triplet: 86, 49 and 0D. RGB value is (134,73,13). Sum of RGB (Red+Green+Blue) = 134+73+13=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86490D is #79B6F2. Grayscale: #545454. Windows color (decimal): -7976691 or 870790. OLE color: 870790.

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

Color convert

RGB 134 73 13 -
CMYK 0 0.46 0.90 0.47
HSL 29.75º 0.82% 0.29% -
HSV(B) 29.75º 0.9% 0.53% -
XYZ 12.29 9.86 1.64 -
YUV 84.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 134 73 13 0 0.46 0.90 0.47 29.75 0.82 0.29
Hex 86 49 D 0 2E 5A 2F 1E 52 1D
Octal 206 111 15 0 56 132 57 36 122 35
Binary 10000110 1001001 1101 0 101110 1011010 101111 11110 1010010 11101

Color Harmonies of #86490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86490D

Black with #86490D

Text Example


Text Example

White with #86490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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