Html Css Color HEX #863C0E Saddle Brown

📋 copy color: '#863C0E'

red 134 ◦ green 60 ◦ blue 14

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

Shades of Saddle Brown #863C0E

Tints of Saddle Brown #863C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

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

R = 64.42%
G = 28.85%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#863C0E (or 0x863C0E) is known color: Saddle Brown. HEX triplet: 86, 3C and 0E. RGB value is (134,60,14). Sum of RGB (Red+Green+Blue) = 134+60+14=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C0E is #79C3F1. Grayscale: #4D4D4D. Windows color (decimal): -7980018 or 932998. OLE color: 932998.

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

Color convert

RGB 134 60 14 -
CMYK 0 0.55 0.90 0.47
HSL 23º 0.81% 0.29% -
HSV(B) 23º 0.9% 0.53% -
XYZ 11.53 8.33 1.42 -
YUV 76.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 134 60 14 0 0.55 0.90 0.47 23 0.81 0.29
Hex 86 3C E 0 37 5A 2F 17 51 1D
Octal 206 74 16 0 67 132 57 27 121 35
Binary 10000110 111100 1110 0 110111 1011010 101111 10111 1010001 11101

Color Harmonies of #863C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C0E

Black with #863C0E

Text Example


Text Example

White with #863C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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