Html Css Color HEX #864A0E Saddle Brown

📋 copy color: '#864A0E'

red 134 ◦ green 74 ◦ blue 14

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

Shades of Saddle Brown #864A0E

Tints of Saddle Brown #864A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

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

R = 60.36%
G = 33.33%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#864A0E (or 0x864A0E) is known color: Saddle Brown. HEX triplet: 86, 4A and 0E. RGB value is (134,74,14). Sum of RGB (Red+Green+Blue) = 134+74+14=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #864A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A0E is #79B5F1. Grayscale: #555555. Windows color (decimal): -7976434 or 936582. OLE color: 936582.

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

Color convert

RGB 134 74 14 -
CMYK 0 0.45 0.90 0.47
HSL 30º 0.81% 0.29% -
HSV(B) 30º 0.9% 0.53% -
XYZ 12.36 10 1.69 -
YUV 85.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 134 74 14 0 0.45 0.90 0.47 30 0.81 0.29
Hex 86 4A E 0 2D 5A 2F 1E 51 1D
Octal 206 112 16 0 55 132 57 36 121 35
Binary 10000110 1001010 1110 0 101101 1011010 101111 11110 1010001 11101

Color Harmonies of #864A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A0E

Black with #864A0E

Text Example


Text Example

White with #864A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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