Html Css Color HEX #863C0F Saddle Brown

📋 copy color: '#863C0F'

red 134 ◦ green 60 ◦ blue 15

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

Shades of Saddle Brown #863C0F

Tints of Saddle Brown #863C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 64.11%
G = 28.71%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#863C0F (or 0x863C0F) is known color: Saddle Brown. HEX triplet: 86, 3C and 0F. RGB value is (134,60,15). Sum of RGB (Red+Green+Blue) = 134+60+15=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #863C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C0F is #79C3F0. Grayscale: #4D4D4D. Windows color (decimal): -7980017 or 998534. OLE color: 998534.

HSL color Cylindrical-coordinate representation of color #863C0F: hue angle of 22.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #863C0F is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 15 -
CMYK 0 0.55 0.89 0.47
HSL 22.69º 0.8% 0.29% -
HSV(B) 22.69º 0.89% 0.53% -
XYZ 11.53 8.33 1.45 -
YUV 77 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 134 60 15 0 0.55 0.89 0.47 22.69 0.8 0.29
Hex 86 3C F 0 37 59 2F 17 50 1D
Octal 206 74 17 0 67 131 57 27 120 35
Binary 10000110 111100 1111 0 110111 1011001 101111 10111 1010000 11101

Color Harmonies of #863C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C0F

Black with #863C0F

Text Example


Text Example

White with #863C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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