Html Css Color HEX #864315 Saddle Brown

📋 copy color: '#864315'

red 134 ◦ green 67 ◦ blue 21

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

Shades of Saddle Brown #864315

Tints of Saddle Brown #864315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 60.36%
G = 30.18%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#864315 (or 0x864315) is known color: Saddle Brown. HEX triplet: 86, 43 and 15. RGB value is (134,67,21). Sum of RGB (Red+Green+Blue) = 134+67+21=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #864315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864315 is #79BCEA. Grayscale: #525252. Windows color (decimal): -7978219 or 1393542. OLE color: 1393542.

HSL color Cylindrical-coordinate representation of color #864315: hue angle of 24.42º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #864315 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 67 21 -
CMYK 0 0.5 0.84 0.47
HSL 24.42º 0.73% 0.3% -
HSV(B) 24.42º 0.84% 0.53% -
XYZ 11.97 9.14 1.84 -
YUV 81.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 134 67 21 0 0.5 0.84 0.47 24.42 0.73 0.3
Hex 86 43 15 0 32 54 2F 18 49 1E
Octal 206 103 25 0 62 124 57 30 111 36
Binary 10000110 1000011 10101 0 110010 1010100 101111 11000 1001001 11110

Color Harmonies of #864315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864315

Black with #864315

Text Example


Text Example

White with #864315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864315; }

 p { color: rgb(134,67,21); }

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

background-color css

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

 a { background-color: rgb(134,67,21); }

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

border-color css

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

 span { border-color: rgb(134,67,21); }

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