Html Css Color HEX #864113 Saddle Brown

📋 copy color: '#864113'

red 134 ◦ green 65 ◦ blue 19

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

Shades of Saddle Brown #864113

Tints of Saddle Brown #864113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 61.47%
G = 29.82%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#864113 (or 0x864113) is known color: Saddle Brown. HEX triplet: 86, 41 and 13. RGB value is (134,65,19). Sum of RGB (Red+Green+Blue) = 134+65+19=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #864113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864113 is #79BEEC. Grayscale: #505050. Windows color (decimal): -7978733 or 1261958. OLE color: 1261958.

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

Color convert

RGB 134 65 19 -
CMYK 0 0.51 0.86 0.47
HSL 24º 0.75% 0.3% -
HSV(B) 24º 0.86% 0.53% -
XYZ 11.84 8.9 1.71 -
YUV 80.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 134 65 19 0 0.51 0.86 0.47 24 0.75 0.3
Hex 86 41 13 0 33 56 2F 18 4B 1E
Octal 206 101 23 0 63 126 57 30 113 36
Binary 10000110 1000001 10011 0 110011 1010110 101111 11000 1001011 11110

Color Harmonies of #864113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864113

Black with #864113

Text Example


Text Example

White with #864113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864113; }

 p { color: rgb(134,65,19); }

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

background-color css

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

 a { background-color: rgb(134,65,19); }

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

border-color css

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

 span { border-color: rgb(134,65,19); }

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