Html Css Color HEX #86490F Saddle Brown

📋 copy color: '#86490F'

red 134 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #86490F

Tints of Saddle Brown #86490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 60.36%
G = 32.88%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86490F (or 0x86490F) is known color: Saddle Brown. HEX triplet: 86, 49 and 0F. RGB value is (134,73,15). Sum of RGB (Red+Green+Blue) = 134+73+15=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #86490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86490F is #79B6F0. Grayscale: #545454. Windows color (decimal): -7976689 or 1001862. OLE color: 1001862.

HSL color Cylindrical-coordinate representation of color #86490F: hue angle of 29.24º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86490F is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 15 -
CMYK 0 0.46 0.89 0.47
HSL 29.24º 0.8% 0.29% -
HSV(B) 29.24º 0.89% 0.53% -
XYZ 12.3 9.87 1.71 -
YUV 84.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 134 73 15 0 0.46 0.89 0.47 29.24 0.8 0.29
Hex 86 49 F 0 2E 59 2F 1D 50 1D
Octal 206 111 17 0 56 131 57 35 120 35
Binary 10000110 1001001 1111 0 101110 1011001 101111 11101 1010000 11101

Color Harmonies of #86490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86490F

Black with #86490F

Text Example


Text Example

White with #86490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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