Html Css Color HEX #863F19 Saddle Brown

📋 copy color: '#863F19'

red 134 ◦ green 63 ◦ blue 25

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

Shades of Saddle Brown #863F19

Tints of Saddle Brown #863F19

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 60.36%
G = 28.38%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#863F19 (or 0x863F19) is known color: Saddle Brown. HEX triplet: 86, 3F and 19. RGB value is (134,63,25). Sum of RGB (Red+Green+Blue) = 134+63+25=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F19 is #79C0E6. Grayscale: #505050. Windows color (decimal): -7979239 or 1654662. OLE color: 1654662.

HSL color Cylindrical-coordinate representation of color #863F19: hue angle of 20.92º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #863F19 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 25 -
CMYK 0 0.53 0.81 0.47
HSL 20.92º 0.69% 0.31% -
HSV(B) 20.92º 0.81% 0.53% -
XYZ 11.78 8.69 1.98 -
YUV 79.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 134 63 25 0 0.53 0.81 0.47 20.92 0.69 0.31
Hex 86 3F 19 0 35 51 2F 15 45 1F
Octal 206 77 31 0 65 121 57 25 105 37
Binary 10000110 111111 11001 0 110101 1010001 101111 10101 1000101 11111

Color Harmonies of #863F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F19

Black with #863F19

Text Example


Text Example

White with #863F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F19; }

 p { color: rgb(134,63,25); }

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

background-color css

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

 a { background-color: rgb(134,63,25); }

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

border-color css

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

 span { border-color: rgb(134,63,25); }

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