Html Css Color HEX #863F0E Saddle Brown

📋 copy color: '#863F0E'

red 134 ◦ green 63 ◦ blue 14

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

Shades of Saddle Brown #863F0E

Tints of Saddle Brown #863F0E

RGB

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

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

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

R = 63.51%
G = 29.86%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#863F0E (or 0x863F0E) is known color: Saddle Brown. HEX triplet: 86, 3F and 0E. RGB value is (134,63,14). Sum of RGB (Red+Green+Blue) = 134+63+14=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #863F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F0E is #79C0F1. Grayscale: #4E4E4E. Windows color (decimal): -7979250 or 933766. OLE color: 933766.

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

Color convert

RGB 134 63 14 -
CMYK 0 0.53 0.90 0.47
HSL 24.5º 0.81% 0.29% -
HSV(B) 24.5º 0.9% 0.53% -
XYZ 11.69 8.66 1.47 -
YUV 78.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 134 63 14 0 0.53 0.90 0.47 24.5 0.81 0.29
Hex 86 3F E 0 35 5A 2F 18 51 1D
Octal 206 77 16 0 65 132 57 30 121 35
Binary 10000110 111111 1110 0 110101 1011010 101111 11000 1010001 11101

Color Harmonies of #863F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F0E

Black with #863F0E

Text Example


Text Example

White with #863F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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